devon: Add missing anc blobs for camera
Change-Id: I5edd18c39356d7c2f17f32876816488788ea38cd
This commit is contained in:
+49
@@ -2520,6 +2520,31 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libAncFaceDetect",
|
||||||
|
owner: "motorola",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libAncFaceDetect.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libancbase_fd",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
"liblog",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libBSTSWAD",
|
name: "libBSTSWAD",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@@ -2570,6 +2595,30 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libancbase_fd",
|
||||||
|
owner: "motorola",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libancbase_fd.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libm",
|
||||||
|
"liblog",
|
||||||
|
"libdl",
|
||||||
|
"libc",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libarcsoft_chi_utils",
|
name: "libarcsoft_chi_utils",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
|
|||||||
@@ -3088,6 +3088,8 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/motorola/devon/proprietary/vendor/etc/camera/SwadCalib.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/SwadCalib.bin \
|
vendor/motorola/devon/proprietary/vendor/etc/camera/SwadCalib.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/SwadCalib.bin \
|
||||||
vendor/motorola/devon/proprietary/vendor/etc/camera/SwadParamList.txt:$(TARGET_COPY_OUT_VENDOR)/etc/camera/SwadParamList.txt \
|
vendor/motorola/devon/proprietary/vendor/etc/camera/SwadParamList.txt:$(TARGET_COPY_OUT_VENDOR)/etc/camera/SwadParamList.txt \
|
||||||
vendor/motorola/devon/proprietary/vendor/etc/camera/aec_golden_wide.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/aec_golden_wide.bin \
|
vendor/motorola/devon/proprietary/vendor/etc/camera/aec_golden_wide.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/aec_golden_wide.bin \
|
||||||
|
vendor/motorola/devon/proprietary/vendor/etc/camera/anc_detect_model:$(TARGET_COPY_OUT_VENDOR)/etc/camera/anc_detect_model \
|
||||||
|
vendor/motorola/devon/proprietary/vendor/etc/camera/anc_track_model:$(TARGET_COPY_OUT_VENDOR)/etc/camera/anc_track_model \
|
||||||
vendor/motorola/devon/proprietary/vendor/etc/camera/dual_golden_wide.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/dual_golden_wide.bin \
|
vendor/motorola/devon/proprietary/vendor/etc/camera/dual_golden_wide.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/dual_golden_wide.bin \
|
||||||
vendor/motorola/devon/proprietary/vendor/etc/camera/vidhance_calibration:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration \
|
vendor/motorola/devon/proprietary/vendor/etc/camera/vidhance_calibration:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration \
|
||||||
vendor/motorola/devon/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc \
|
vendor/motorola/devon/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc \
|
||||||
@@ -3265,8 +3267,10 @@ PRODUCT_PACKAGES += \
|
|||||||
bix.fingerprint.default \
|
bix.fingerprint.default \
|
||||||
camera.qcom \
|
camera.qcom \
|
||||||
com.qti.chi.override \
|
com.qti.chi.override \
|
||||||
|
libAncFaceDetect \
|
||||||
libBSTSWAD \
|
libBSTSWAD \
|
||||||
libBSTbase_share \
|
libBSTbase_share \
|
||||||
|
libancbase_fd \
|
||||||
libarcsoft_chi_utils \
|
libarcsoft_chi_utils \
|
||||||
libarcsoft_low_light_shot \
|
libarcsoft_low_light_shot \
|
||||||
libbitmlengine \
|
libbitmlengine \
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user