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
|
|
@ -140,8 +140,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.composer.hwc3-service.slsi \
|
||||
gralloc.exynos7904 \
|
||||
gralloc.exynos7884B \
|
||||
gralloc.$(TARGET_SOC) \
|
||||
libion_exynos
|
||||
|
||||
# Health
|
||||
|
|
@ -160,6 +159,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Init
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.$(TARGET_SOC) \
|
||||
fstab.enableswap \
|
||||
init.exynos7885.rc \
|
||||
init.exynos7885.usb.rc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue