diff options
author | Colin Cross <ccross@android.com> | 2014-01-28 14:35:16 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2014-02-12 19:49:47 -0800 |
commit | 930b5fbcb9bd00b0d3a9b55b7da1dc2b8731b7d4 (patch) | |
tree | 85dfaa8a8c45530b76a60d9937989d661f6d3af6 /target/product/full_x86_64.mk | |
parent | 5c7039fb069c040759df0a5a15241dd7f8b2f9b7 (diff) | |
download | build-930b5fbcb9bd00b0d3a9b55b7da1dc2b8731b7d4.zip build-930b5fbcb9bd00b0d3a9b55b7da1dc2b8731b7d4.tar.gz build-930b5fbcb9bd00b0d3a9b55b7da1dc2b8731b7d4.tar.bz2 |
make 64-bit builds into multiarch builds
Also enable the 64-bit binder interface and make them only use ART.
Change-Id: I05de41ce348c14722c84a658f745659bde5ba423
Diffstat (limited to 'target/product/full_x86_64.mk')
-rwxr-xr-x | target/product/full_x86_64.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |