summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-03-07 19:33:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-07 19:33:07 +0000
commit8743fc32dfdeb2b64541a81ff4099ce7e4c0f857 (patch)
tree92fbb2af002e86dc6d1639a8eab1b0af9efbb6d5 /target/product
parent16ae8b4dd1c7dadb1d0d7437181e118b670095b2 (diff)
parentf10efbc15e458f50bb29fe9ad0653fb2e08fd8fb (diff)
downloadbuild-8743fc32dfdeb2b64541a81ff4099ce7e4c0f857.zip
build-8743fc32dfdeb2b64541a81ff4099ce7e4c0f857.tar.gz
build-8743fc32dfdeb2b64541a81ff4099ce7e4c0f857.tar.bz2
am f10efbc1: Merge "make 64-bit builds into multiarch builds"
* commit 'f10efbc15e458f50bb29fe9ad0653fb2e08fd8fb': make 64-bit builds into multiarch builds
Diffstat (limited to 'target/product')
-rw-r--r--target/product/aosp_arm64.mk2
-rw-r--r--target/product/full_mips64.mk2
-rwxr-xr-xtarget/product/full_x86_64.mk2
3 files changed, 6 insertions, 0 deletions
diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk
index 7f97a61..8ff0bd1 100644
--- a/target/product/aosp_arm64.mk
+++ b/target/product/aosp_arm64.mk
@@ -22,6 +22,8 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
+PRODUCT_RUNTIMES := runtime_libart_default
+
include $(SRC_TARGET_DIR)/product/emulator.mk
PRODUCT_NAME := aosp_arm64
PRODUCT_DEVICE := generic_arm64
diff --git a/target/product/full_mips64.mk b/target/product/full_mips64.mk
index d0214b8..3f171e0 100644
--- a/target/product/full_mips64.mk
+++ b/target/product/full_mips64.mk
@@ -22,6 +22,8 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips64/device.mk)
+PRODUCT_RUNTIMES := runtime_libart_default
+
include $(SRC_TARGET_DIR)/product/emulator.mk
# Overrides
diff --git a/target/product/full_x86_64.mk b/target/product/full_x86_64.mk
index 644f2a2..8b964c2 100755
--- a/target/product/full_x86_64.mk
+++ b/target/product/full_x86_64.mk
@@ -26,6 +26,8 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk)
+PRODUCT_RUNTIMES := runtime_libart_default
+
include $(SRC_TARGET_DIR)/product/emulator.mk
ifdef NET_ETH0_STARTONBOOT