mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: don't build fingerprint hal for a10
This commit is contained in:
parent
73cfd8f781
commit
c2d2f3b4f1
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue