diff options
author | Ian Rogers <irogers@google.com> | 2014-03-21 16:31:33 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-04-18 17:09:33 -0700 |
commit | d4186e8c1f74766d0be99f6f2e220ad64934fff3 (patch) | |
tree | 5f028dd849d01e02daa03558a1a03398d2cc8fa2 /target/product | |
parent | 67c209281ff0454213bc117691214bc67ad5a7f2 (diff) | |
download | build-d4186e8c1f74766d0be99f6f2e220ad64934fff3.zip build-d4186e8c1f74766d0be99f6f2e220ad64934fff3.tar.gz build-d4186e8c1f74766d0be99f6f2e220ad64934fff3.tar.bz2 |
Make the zygote 64-bit for the x86-64 emulator.
Change-Id: I4ad5d1ef2406e947176c8e180822b25c04fc83f0
Diffstat (limited to 'target/product')
-rwxr-xr-x | target/product/full_x86_64.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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) |