From 3c3fae144e5ac97f094d53d6d4e758c2fd468c7d Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Mon, 20 Jul 2009 15:48:03 -0700 Subject: [PATCH] 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 --- cleanspec.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanspec.mk b/cleanspec.mk index 803b1b6ca..01f5536ea 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