summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-05-21 12:44:37 +0100
committerNarayan Kamath <narayan@google.com>2014-05-27 12:12:00 +0100
commit62da5fd16104c9f4db2b5b78e48269841ec98b2c (patch)
tree90e4a5d6845264ed7afe40b4fc4e41c593f44d76 /CleanSpec.mk
parent214c53a0229ff86e3c7c55046ba1216e3d0ee844 (diff)
downloadbuild-62da5fd16104c9f4db2b5b78e48269841ec98b2c.zip
build-62da5fd16104c9f4db2b5b78e48269841ec98b2c.tar.gz
build-62da5fd16104c9f4db2b5b78e48269841ec98b2c.tar.bz2
Switch x86_64 emulator to 64 bit primary.
Also siezes the opportunity to remove the hardcoded TARGET_PREFER_32_BIT_APPS directing in core_64_bit.mk. This avoids the need for further hacks but needs supporting changes to a few apps to force them to 32 bit. Change-Id: I36ba9e5f5b08dd87d6a4afc27961a436306eed99
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 7108e10..c64f316 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -223,6 +223,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
# Unset TARGET_PREFER_32_BIT_APPS for 64 bit targets.
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
+# Switching the x86 emulator over to a 64 bit primary zygote.
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************