1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
565 B

cc_defaults {
name: "rockchip_udc_detector_defaults",
srcs: [
"main.cpp",
],
shared_libs: [
"libbase",
"liblog",
],
}
cc_binary {
name: "rockchip_udc_detector",
defaults: ["rockchip_udc_detector_defaults"],
vendor: true,
init_rc: [
"init.rockchip_udc_detector.rc",
],
}
cc_binary {
name: "recovery_udc_detector",
recovery: true,
defaults: ["rockchip_udc_detector_defaults"],
cflags: [
"-DRECOVERY_PROP",
],
init_rc: [
"init.recovery.udc.rc",
],
}