mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Inherit makefile changes
* A10-arm64 renamed to A10 * Inherit universal7885-common always Change-Id: Id757b775c9f58ee03d6f1266d72b13e6b2341675 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
738f49c1f9
commit
55446bf371
2 changed files with 1 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ TARGET_BOARD_HAS_FP := false
|
|||
# Inherit common device configuration
|
||||
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
||||
|
||||
$(call inherit-product, vendor/samsung/a10-arm64/a10-vendor.mk)
|
||||
$(call inherit-product, vendor/samsung/a10/a10-vendor.mk)
|
||||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
# Call proprietary blob setup
|
||||
ifneq ($(findstring a20, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||
else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||
endif
|
||||
|
||||
# Build Fingerprints
|
||||
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
||||
|
|
|
|||
Loading…
Reference in a new issue