Compare commits
3 Commits
dd43a00f4e
...
d291b05078
| Author | SHA1 | Date | |
|---|---|---|---|
| d291b05078 | |||
| cdd0491f99 | |||
| 1277457360 |
66
Android.bp
66
Android.bp
@@ -29,7 +29,7 @@ cc_prebuilt_library_shared {
|
||||
"libcutils",
|
||||
"libtinyalsa",
|
||||
"libtinycompress",
|
||||
"libaudioroute",
|
||||
"libaudioroute-v34",
|
||||
"libaudioutils",
|
||||
"libexpat",
|
||||
"libhidlbase",
|
||||
@@ -182,7 +182,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libtinyalsa",
|
||||
"libaudioroute",
|
||||
"libaudioroute-v34",
|
||||
"libexpat",
|
||||
"libc++",
|
||||
"libc",
|
||||
@@ -6231,6 +6231,32 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libtriplecam_video_optical_zoom",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libtriplecam_video_optical_zoom.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libmpbase",
|
||||
"libOpenCL",
|
||||
"liblog",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libultrasound",
|
||||
owner: "xiaomi",
|
||||
@@ -6491,6 +6517,42 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.camera.postproc@1.0-service-impl",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libofflinelog",
|
||||
"libsync",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"android.hardware.graphics.mapper@3.0",
|
||||
"libcamera_metadata",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libutils",
|
||||
"vendor.qti.hardware.camera.postproc@1.0",
|
||||
"libz",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.sensorscalibrate@1.0",
|
||||
owner: "xiaomi",
|
||||
|
||||
@@ -412,6 +412,7 @@ PRODUCT_PACKAGES += \
|
||||
libsynx \
|
||||
libthreadutils \
|
||||
libtriplecam_optical_zoom_control \
|
||||
libtriplecam_video_optical_zoom \
|
||||
libultrasound \
|
||||
libvideoBokeh \
|
||||
libvideofilter_only \
|
||||
@@ -421,6 +422,7 @@ PRODUCT_PACKAGES += \
|
||||
sensors.mius.proximity \
|
||||
sensors.ssc \
|
||||
sensors.touch \
|
||||
vendor.qti.hardware.camera.postproc@1.0-service-impl \
|
||||
vendor.qti.hardware.sensorscalibrate@1.0 \
|
||||
capi_v2_cirrus_sp \
|
||||
hrtf5c \
|
||||
|
||||
BIN
proprietary/vendor/lib/hw/audio.primary.cmi.so
vendored
BIN
proprietary/vendor/lib/hw/audio.primary.cmi.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libaudioroute_ext.so
vendored
BIN
proprietary/vendor/lib/libaudioroute_ext.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libtriplecam_video_optical_zoom.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libtriplecam_video_optical_zoom.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so
vendored
Normal file
BIN
proprietary/vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user