summaryrefslogtreecommitdiffstats
path: root/cleanspec.mk
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2009-07-20 15:48:03 -0700
committerErik Gilling <konkers@android.com>2009-07-20 15:48:03 -0700
commit3c3fae144e5ac97f094d53d6d4e758c2fd468c7d (patch)
treedb4944b86cd8704819be008a1461ea26c173c11d /cleanspec.mk
parent9a3bcd953887ca4bc25d0a67ca6f9cd3f5233f3d (diff)
downloadbuild-3c3fae144e5ac97f094d53d6d4e758c2fd468c7d.zip
build-3c3fae144e5ac97f094d53d6d4e758c2fd468c7d.tar.gz
build-3c3fae144e5ac97f094d53d6d4e758c2fd468c7d.tar.bz2
Force sholes to rebuild in order to pick up linker fix
A work around is implmented in the new linker to avoid instruction streams which are known to cause problems on cortex a8. In order to work reliably with branch prediction enabled, the entire runtime needs to be built with this toolchain. Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'cleanspec.mk')
-rw-r--r--cleanspec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cleanspec.mk b/cleanspec.mk
index 803b1b6..01f5536 100644
--- a/cleanspec.mk
+++ b/cleanspec.mk
@@ -63,6 +63,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_int
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.google.android.datamessaging_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/pvasflocal.cfg)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST