mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Satisify EPPE requirements
- Make TARGET_SOC device specific variable - Also some cleanup
This commit is contained in:
parent
ef3544cf66
commit
fe876e78ed
9 changed files with 14 additions and 37 deletions
|
|
@ -1,5 +1,6 @@
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
||||
TARGET_SOC := exynos7884B
|
||||
TARGET_LOCAL_ARCH := arm64
|
||||
|
||||
# Inherit common device configuration
|
||||
|
|
@ -9,9 +10,6 @@ $(call inherit-product, vendor/samsung/a20e/a20e-vendor.mk)
|
|||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# Derp
|
||||
DERP_BUILDTYPE := Official
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb-service.samsung
|
||||
|
|
@ -20,10 +18,8 @@ TARGET_SCREEN_HEIGHT := 1560
|
|||
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_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7884B
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@1.0-service
|
||||
|
|
|
|||
Loading…
Reference in a new issue