Files
rk35xx-android14/hardware/rockchip/camera/Android.bp
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

37 lines
845 B
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"],
},
},
}