forked from openkylin/platform_build
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>
This commit is contained in:
parent
9a3bcd9538
commit
3c3fae144e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue