[kernel] 97200b6a: ARM64: dts: rockchip: adapt to android for nanopi6 [u-boot] 97fe060f: standalone: add rkspi to .gitignore Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: I26394f188bb4b88fd8e9cb14a9a707f02b6cb2e0
58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
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"
|
|
}
|