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>
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 $(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