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.

58 lines
1.3 KiB

cc_prebuilt_binary {
name: "media-ctl",
allow_undefined_symbols: true,
proprietary: true,
recovery_available: true,
// These are already stripped, and restripping them just issues diagnostics.
strip: {
none: true,
},
arch: {
arm64: {
srcs: ["etc/tools/arm64/media-ctl"],
},
arm: {
srcs: ["etc/tools/arm/media-ctl"],
},
},
}
cc_prebuilt_binary {
name: "v4l2-ctl",
allow_undefined_symbols: true,
proprietary: true,
recovery_available: true,
// These are already stripped, and restripping them just issues diagnostics.
strip: {
none: true,
},
arch: {
arm64: {
srcs: ["etc/tools/arm64/v4l2-ctl"],
},
arm: {
srcs: ["etc/tools/arm/v4l2-ctl"],
},
},
}
cc_prebuilt_library_shared {
name: "libcam_facedetection",
allow_undefined_symbols: true,
proprietary: true,
// These are already stripped, and restripping them just issues diagnostics.
strip: {
none: true,
},
arch: {
arm64: {
srcs: ["lib/arm64/libcam_facedetection.so"],
},
arm: {
srcs: ["lib/arm/libcam_facedetection.so"],
},
},
check_elf_files: false,
compile_multilib: "both"
}