forked from openkylin/platform_build
SDK targets should inherit from core_64_bit.mk
bug: 15661143
(cherry picked from commit e78ba32d23
)
Change-Id: Icf9d0a7d429f848ca6163a8658c6e5f208fdd039
This commit is contained in:
parent
be7449b0e1
commit
0ad0d197c3
|
@ -20,6 +20,7 @@
|
|||
# entirely appropriate to inherit from for on-device configurations.
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
||||
# Overrides
|
||||
PRODUCT_BRAND := generic_arm64
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
# entirely appropriate to inherit from for on-device configurations.
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
||||
# Overrides
|
||||
PRODUCT_BRAND := generic_mips64
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
# entirely appropriate to inherit from for on-device configurations.
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
||||
# Overrides
|
||||
PRODUCT_BRAND := generic_x86_64
|
||||
|
|
Loading…
Reference in New Issue