devon: Add missing anc blobs for camera

Change-Id: I5edd18c39356d7c2f17f32876816488788ea38cd
This commit is contained in:
Michael Bestas
2025-11-09 15:10:45 +02:00
parent 263f454f53
commit 079cf9842b
6 changed files with 53 additions and 0 deletions
+49
View File
@@ -2520,6 +2520,31 @@ cc_prebuilt_library_shared {
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 {
name: "libBSTSWAD",
owner: "motorola",
@@ -2570,6 +2595,30 @@ cc_prebuilt_library_shared {
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 {
name: "libarcsoft_chi_utils",
owner: "motorola",
+4
View File
@@ -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/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/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/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 \
@@ -3265,8 +3267,10 @@ PRODUCT_PACKAGES += \
bix.fingerprint.default \
camera.qcom \
com.qti.chi.override \
libAncFaceDetect \
libBSTSWAD \
libBSTbase_share \
libancbase_fd \
libarcsoft_chi_utils \
libarcsoft_low_light_shot \
libbitmlengine \
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.