From d4186e8c1f74766d0be99f6f2e220ad64934fff3 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 21 Mar 2014 16:31:33 -0700 Subject: Make the zygote 64-bit for the x86-64 emulator. Change-Id: I4ad5d1ef2406e947176c8e180822b25c04fc83f0 --- target/product/full_x86_64.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/product') diff --git a/target/product/full_x86_64.mk b/target/product/full_x86_64.mk index 8b964c2..ce5dcf7 100755 --- a/target/product/full_x86_64.mk +++ b/target/product/full_x86_64.mk @@ -23,6 +23,9 @@ # that isn't a wifi connection. This will instruct init.rc to enable the # network connection so that you can use it with ADB +# Override and force 64-bit Zygote. Must come first. +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64 + $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk) -- cgit v1.1