devon: Add missing camera libraries
Change-Id: I6bcdedd21ec64b83084e0fa88955cdd204862bfb
This commit is contained in:
+106
@@ -3301,6 +3301,85 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmcamera_faceproc",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libmmcamera_faceproc.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libdl",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmcamera_faceproc2",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libmmcamera_faceproc2.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libdl",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmcamera_lscv35",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libmmcamera_lscv35.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libofflinelog",
|
||||
"libsync",
|
||||
"libcdsprpc",
|
||||
"libqdMetaData",
|
||||
"libhardware",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmcamera_mfnr",
|
||||
owner: "motorola",
|
||||
@@ -3328,6 +3407,33 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmmcamera_mfnr_t4",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libmmcamera_mfnr_t4.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libopencv",
|
||||
"liblog",
|
||||
"libz",
|
||||
"libdl",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmot_afd",
|
||||
owner: "motorola",
|
||||
|
||||
@@ -3292,7 +3292,11 @@ PRODUCT_PACKAGES += \
|
||||
liblmutils-ns \
|
||||
libmctfengine_stub \
|
||||
libmmcamera_cac3 \
|
||||
libmmcamera_faceproc \
|
||||
libmmcamera_faceproc2 \
|
||||
libmmcamera_lscv35 \
|
||||
libmmcamera_mfnr \
|
||||
libmmcamera_mfnr_t4 \
|
||||
libmot_afd \
|
||||
libmot_lux_standardization \
|
||||
libmpbase \
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user