universal7885: don't build fingerprint hal for a10

This commit is contained in:
Gabriel2392 2022-02-24 19:24:09 -03:00 committed by roynatech2544
commit c2d2f3b4f1
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ $(call inherit-product, device/samsung/universal7885-common/universal7885-common
$(call inherit-product, vendor/samsung/a10-arm64/a10-vendor.mk) $(call inherit-product, vendor/samsung/a10-arm64/a10-vendor.mk)
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
@ -14,9 +14,6 @@ PRODUCT_PACKAGES += \
TARGET_SCREEN_HEIGHT := 1560 TARGET_SCREEN_HEIGHT := 1560
TARGET_SCREEN_WIDTH := 720 TARGET_SCREEN_WIDTH := 720
# Fingerprint
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
fstab.exynos7884B \ fstab.exynos7884B \
ueventd.exynos7885.rc ueventd.exynos7885.rc

View file

@ -93,9 +93,11 @@ PRODUCT_PACKAGES += \
android.hardware.drm@1.2.vendor \ android.hardware.drm@1.2.vendor \
android.hardware.drm@1.3.vendor android.hardware.drm@1.3.vendor
ifeq ($(findstring a10, $(TARGET_PRODUCT)),)
# Fingerprint # Fingerprint
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.samsung android.hardware.biometrics.fingerprint@2.3-service.samsung
endif
ifeq ($(findstring a40, $(TARGET_PRODUCT)),) ifeq ($(findstring a40, $(TARGET_PRODUCT)),)
# Samsung FMRadio impl # Samsung FMRadio impl