SDK targets should inherit from core_64_bit.mk

bug: 15661143
Change-Id: Ib9d1863c7acf7b607a027f4945ee4755624967b3
This commit is contained in:
Narayan Kamath
2014-06-17 17:43:14 +01:00
parent 79bc52af37
commit e78ba32d23
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
# entirely appropriate to inherit from for on-device configurations. # 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/sdk.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Overrides # Overrides
PRODUCT_BRAND := generic_arm64 PRODUCT_BRAND := generic_arm64

View File

@@ -20,6 +20,7 @@
# entirely appropriate to inherit from for on-device configurations. # 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/sdk.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Overrides # Overrides
PRODUCT_BRAND := generic_mips64 PRODUCT_BRAND := generic_mips64

View File

@@ -20,6 +20,7 @@
# entirely appropriate to inherit from for on-device configurations. # 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/sdk.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Overrides # Overrides
PRODUCT_BRAND := generic_x86_64 PRODUCT_BRAND := generic_x86_64