diff --git a/bangkk-vendor.mk b/bangkk-vendor.mk index afd26d9..dec1f65 100644 --- a/bangkk-vendor.mk +++ b/bangkk-vendor.mk @@ -10,6 +10,7 @@ PRODUCT_COPY_FILES += \ vendor/motorola/bangkk/proprietary/vendor/bin/capsense_reset:$(TARGET_COPY_OUT_VENDOR)/bin/capsense_reset \ vendor/motorola/bangkk/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets \ vendor/motorola/bangkk/proprietary/vendor/bin/hw/motorola.hardware.camera.desktop@2.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/motorola.hardware.camera.desktop@2.0-service \ + vendor/motorola/bangkk/proprietary/vendor/bin/hw/motorola.hardware.camera.imgtuner@2.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/motorola.hardware.camera.imgtuner@2.0-service \ vendor/motorola/bangkk/proprietary/vendor/etc/acdbdata/Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Bluetooth_cal.acdb \ vendor/motorola/bangkk/proprietary/vendor/etc/acdbdata/General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/General_cal.acdb \ vendor/motorola/bangkk/proprietary/vendor/etc/acdbdata/Global_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Global_cal.acdb \ @@ -36,6 +37,7 @@ PRODUCT_COPY_FILES += \ vendor/motorola/bangkk/proprietary/vendor/etc/camera/dual_golden_wide.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/dual_golden_wide.bin \ vendor/motorola/bangkk/proprietary/vendor/etc/camera/vidhance.lic:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance.lic \ vendor/motorola/bangkk/proprietary/vendor/etc/camera/vidhance_calibration:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration \ + vendor/motorola/bangkk/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets.rc \ vendor/motorola/bangkk/proprietary/vendor/etc/init/motorola.hardware.camera.desktop@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/motorola.hardware.camera.desktop@2.0-service.rc \ vendor/motorola/bangkk/proprietary/vendor/etc/init/motorola.hardware.camera.imgtuner@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/motorola.hardware.camera.imgtuner@2.0-service.rc \ vendor/motorola/bangkk/proprietary/vendor/etc/libnfc-PN557.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-PN557.conf \ diff --git a/proprietary/vendor/bin/hw/motorola.hardware.camera.imgtuner@2.0-service b/proprietary/vendor/bin/hw/motorola.hardware.camera.imgtuner@2.0-service new file mode 100644 index 0000000..bc3d399 Binary files /dev/null and b/proprietary/vendor/bin/hw/motorola.hardware.camera.imgtuner@2.0-service differ diff --git a/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets.rc b/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets.rc new file mode 100644 index 0000000..0903feb --- /dev/null +++ b/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets.rc @@ -0,0 +1,7 @@ +service ets_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets + # "class hal" causes a race condition on some devices due to files created + # in /data. As a workaround, postpone startup until later in boot once + # /data is mounted. + class late_start + user system + group system input uhid diff --git a/proprietary/vendor/lib/camera/components/com.vidhance.node.ica.so b/proprietary/vendor/lib/camera/components/com.vidhance.node.ica.so index 601e225..bfe6cb9 100644 Binary files a/proprietary/vendor/lib/camera/components/com.vidhance.node.ica.so and b/proprietary/vendor/lib/camera/components/com.vidhance.node.ica.so differ diff --git a/proprietary/vendor/lib/camera/components/com.vidhance.node.processing.so b/proprietary/vendor/lib/camera/components/com.vidhance.node.processing.so index 698392e..af44daa 100644 Binary files a/proprietary/vendor/lib/camera/components/com.vidhance.node.processing.so and b/proprietary/vendor/lib/camera/components/com.vidhance.node.processing.so differ diff --git a/proprietary/vendor/lib/hw/camera.qcom.so b/proprietary/vendor/lib/hw/camera.qcom.so index 9f13d17..f150c24 100644 Binary files a/proprietary/vendor/lib/hw/camera.qcom.so and b/proprietary/vendor/lib/hw/camera.qcom.so differ diff --git a/proprietary/vendor/lib/hw/com.qti.chi.override.so b/proprietary/vendor/lib/hw/com.qti.chi.override.so index 809ada9..c403aaa 100644 Binary files a/proprietary/vendor/lib/hw/com.qti.chi.override.so and b/proprietary/vendor/lib/hw/com.qti.chi.override.so differ diff --git a/proprietary/vendor/lib64/hw/camera.qcom.so b/proprietary/vendor/lib64/hw/camera.qcom.so index 6872775..86f09b1 100644 Binary files a/proprietary/vendor/lib64/hw/camera.qcom.so and b/proprietary/vendor/lib64/hw/camera.qcom.so differ diff --git a/proprietary/vendor/lib64/hw/com.qti.chi.override.so b/proprietary/vendor/lib64/hw/com.qti.chi.override.so index 3042f9d..1d0697d 100644 Binary files a/proprietary/vendor/lib64/hw/com.qti.chi.override.so and b/proprietary/vendor/lib64/hw/com.qti.chi.override.so differ