diff --git a/Android.mk b/Android.mk index f69f571..a84ee6e 100644 --- a/Android.mk +++ b/Android.mk @@ -313,6 +313,17 @@ LOCAL_MODULE_CLASS := JAVA_LIBRARIES LOCAL_MODULE_SUFFIX := .jar include $(BUILD_PREBUILT) +include $(CLEAR_VARS) +LOCAL_MODULE := com.fingerprints.extension +LOCAL_MODULE_OWNER := motorola +LOCAL_SRC_FILES := proprietary/vendor/framework/com.fingerprints.extension.jar +LOCAL_CERTIFICATE := platform +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_CLASS := JAVA_LIBRARIES +LOCAL_MODULE_SUFFIX := .jar +LOCAL_VENDOR_MODULE := true +include $(BUILD_PREBUILT) + include $(CLEAR_VARS) LOCAL_MODULE := com.qualcomm.location LOCAL_MODULE_OWNER := motorola diff --git a/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-fpcservice b/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-fpcservice index 1c1cd9c..02e7c3c 100755 Binary files a/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-fpcservice and b/proprietary/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-fpcservice differ diff --git a/proprietary/vendor/framework/com.fingerprints.extension.jar b/proprietary/vendor/framework/com.fingerprints.extension.jar new file mode 100644 index 0000000..951012f Binary files /dev/null and b/proprietary/vendor/framework/com.fingerprints.extension.jar differ diff --git a/proprietary/vendor/lib/com.fingerprints.extension@1.0_vendor.so b/proprietary/vendor/lib/com.fingerprints.extension@1.0_vendor.so index 5978be6..6a1392b 100644 Binary files a/proprietary/vendor/lib/com.fingerprints.extension@1.0_vendor.so and b/proprietary/vendor/lib/com.fingerprints.extension@1.0_vendor.so differ diff --git a/sanders-vendor.mk b/sanders-vendor.mk index ebf5427..369d8f9 100644 --- a/sanders-vendor.mk +++ b/sanders-vendor.mk @@ -1428,5 +1428,6 @@ PRODUCT_PACKAGES += \ DTVPlayer \ DTVService \ WfdService \ - WfdCommon + WfdCommon \ + com.fingerprints.extension