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
|
|
@ -2,6 +2,7 @@ DEVICE_PACKAGE_OVERLAYS += device/samsung/a10/overlay
|
|||
|
||||
TARGET_BOARD_CAMERA_COUNT := 2
|
||||
TARGET_BOARD_HAS_FP := false
|
||||
TARGET_SOC := exynos7884B
|
||||
|
||||
# Inherit common device configuration
|
||||
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
||||
|
|
@ -15,9 +16,6 @@ PRODUCT_PACKAGES += \
|
|||
TARGET_SCREEN_HEIGHT := 1520
|
||||
TARGET_SCREEN_WIDTH := 720
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7884B
|
||||
|
||||
BUILD_FINGERPRINT := "samsung/a10kx/a10:11/RP1A.200720.012/A105NKOU5CUL4:user/release-keys"
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue