Skip to content

Commit

Permalink
Revert "oxygen: fingerprint: added sime fingerprint blobs"
Browse files Browse the repository at this point in the history
This reverts commit 45bae22.
  • Loading branch information
AyaanSaleemMalik authored and AyaanSaleemMalik committed Nov 24, 2019
1 parent 50ff460 commit 33757e7
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 46 deletions.
4 changes: 2 additions & 2 deletions msm8953-common/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ LOCAL_PATH := $(call my-dir)

ifneq ($(filter oxygen tissot,$(TARGET_DEVICE)),)

#include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_MODULE := chargeonlymode
LOCAL_MODULE_OWNER := xiaomi
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
LOCAL_SRC_FILES := proprietary/rootfs/sbin/chargeonlymode
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := EXECUTABLES
#include $(BUILD_PREBUILT)
include $(BUILD_PREBUILT)

endif
Binary file not shown.
12 changes: 0 additions & 12 deletions oxygen/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,4 @@ LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),oxygen)

include $(CLEAR_VARS)
LOCAL_MODULE := FingerprintExtensionService
LOCAL_MODULE_OWNER := xiaomi
LOCAL_SRC_FILES := proprietary/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_VENDOR_MODULE := true
include $(BUILD_PREBUILT)

endif
8 changes: 1 addition & 7 deletions oxygen/oxygen-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ PRODUCT_SOONG_NAMESPACES += \

PRODUCT_COPY_FILES += \
vendor/xiaomi/oxygen/proprietary/vendor/bin/gx_fpd:$(TARGET_COPY_OUT_VENDOR)/bin/gx_fpd \
vendor/xiaomi/oxygen/proprietary/lib/android.hardware.biometrics.fingerprint@2.1.so:system/lib/android.hardware.biometrics.fingerprint@2.1.so \
vendor/xiaomi/oxygen/proprietary/lib64/android.hardware.biometrics.fingerprint@2.1.so:system/lib64/android.hardware.biometrics.fingerprint@2.1.so \
vendor/xiaomi/oxygen/proprietary/vendor/etc/permissions/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
vendor/xiaomi/oxygen/proprietary/vendor/etc/permissions/com.fingerprints.extension.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.fingerprints.extension.xml \
vendor/xiaomi/oxygen/proprietary/vendor/framework/com.fingerprints.extension.jar:$(TARGET_COPY_OUT_VENDOR)/framework/com.fingerprints.extension.jar \
vendor/xiaomi/oxygen/proprietary/vendor/bin/mm-qcamera-daemon:$(TARGET_COPY_OUT_VENDOR)/bin/mm-qcamera-daemon \
vendor/xiaomi/oxygen/proprietary/vendor/etc/acdbdata/QRD/QRD_Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/QRD/QRD_Bluetooth_cal.acdb \
vendor/xiaomi/oxygen/proprietary/vendor/etc/acdbdata/QRD/QRD_General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/QRD/QRD_General_cal.acdb \
Expand Down Expand Up @@ -626,5 +621,4 @@ PRODUCT_COPY_FILES += \

PRODUCT_PACKAGES += \
libts_detected_face_hal \
libts_face_beautify_hal \
FingerprintExtensionService
libts_face_beautify_hal
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

0 comments on commit 33757e7

Please sign in to comment.