Files
rk35xx-android14/hardware/rockchip/camera/Android.bp
T
hmz007 70e34291f6 Rockchip Anroid14_SDK 20241219-rkr6 (2f87fee1)
[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
2025-04-10 18:11:34 +08:00

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"
}