summaryrefslogtreecommitdiffstats
path: root/target/product/aosp_arm64.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-04-30 17:42:03 -0700
committerColin Cross <ccross@android.com>2014-05-01 10:56:12 -0700
commit75b29ae0785ce571b71294554833c0a9f91a758b (patch)
tree75f479c292601780a1d3c0e09fe3fad017af6883 /target/product/aosp_arm64.mk
parent2a4f0ff32fa20b389695b5f89f544f87b21ad500 (diff)
downloadbuild-75b29ae0785ce571b71294554833c0a9f91a758b.zip
build-75b29ae0785ce571b71294554833c0a9f91a758b.tar.gz
build-75b29ae0785ce571b71294554833c0a9f91a758b.tar.bz2
build: add core_64_bit.mk
Add a new product, core_64_bit.mk, that products can inherit from to configure zygote and the rest of the build system for a standard 64-bit product. Make the 64-bit emulator targets for arm64, mips64, and x86_64 inherit from it. Change-Id: I7e809264db39472f554cd5290529f3d6499345d4
Diffstat (limited to 'target/product/aosp_arm64.mk')
-rw-r--r--target/product/aosp_arm64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk
index 8ff0bd1..e119466 100644
--- a/target/product/aosp_arm64.mk
+++ b/target/product/aosp_arm64.mk
@@ -19,6 +19,7 @@
# build quite specifically for the emulator, and might not be
# entirely appropriate to inherit from for on-device configurations.
+$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)