summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-05-06 15:14:09 +0100
committerNarayan Kamath <narayan@google.com>2014-05-08 08:03:02 +0000
commit7b9347a7f9d870e149ef38438ad547abe2709ee2 (patch)
tree9d5579229074dad8a9477641f5f9eadbf784774e /CleanSpec.mk
parent2531f78c5a16f5ec77dc738aed4aa638d89e6e04 (diff)
downloadbuild-7b9347a7f9d870e149ef38438ad547abe2709ee2.zip
build-7b9347a7f9d870e149ef38438ad547abe2709ee2.tar.gz
build-7b9347a7f9d870e149ef38438ad547abe2709ee2.tar.bz2
Remove hardcoded TARGET_PREFER_32_BIT_APPS.
This isn't required any longer, besides individual products should be allowed to set this value themselves. Change-Id: I684edf073b5c19f412b4617f8aa22824193c19be
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index e9af8b3..8052267 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -243,6 +243,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(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)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************