aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-06-17 17:43:14 +0100
committerYing Wang <wangying@google.com>2014-07-30 09:35:08 -0700
commit0ad0d197c327c217f4f171a0b8b872c4fbbdc827 (patch)
treecc2ac49df8889e1394b21750ad0128c4e3506fac
parentbe7449b0e130ef091a3c077ef53cfd9777eecb37 (diff)
downloadbuild-0ad0d197c327c217f4f171a0b8b872c4fbbdc827.tar.gz
SDK targets should inherit from core_64_bit.mk
bug: 15661143 (cherry picked from commit e78ba32d23dd3a1f3df1b861b1b17fced45801b0) Change-Id: Icf9d0a7d429f848ca6163a8658c6e5f208fdd039
-rw-r--r--target/product/sdk_arm64.mk1
-rw-r--r--target/product/sdk_mips64.mk1
-rw-r--r--target/product/sdk_x86_64.mk1
3 files changed, 3 insertions, 0 deletions
diff --git a/target/product/sdk_arm64.mk b/target/product/sdk_arm64.mk
index 582a7791e2..6b177e8f72 100644
--- a/target/product/sdk_arm64.mk
+++ b/target/product/sdk_arm64.mk
@@ -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
diff --git a/target/product/sdk_mips64.mk b/target/product/sdk_mips64.mk
index c00de062f4..d5ab8246ce 100644
--- a/target/product/sdk_mips64.mk
+++ b/target/product/sdk_mips64.mk
@@ -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
diff --git a/target/product/sdk_x86_64.mk b/target/product/sdk_x86_64.mk
index 3816cf94ac..d50d1c43c5 100644
--- a/target/product/sdk_x86_64.mk
+++ b/target/product/sdk_x86_64.mk
@@ -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