Merge "Clean out *.prop files due to dex2oat instruction-set flag change."

This commit is contained in:
Stephen Hines 2014-11-14 03:07:31 +00:00 committed by Gerrit Code Review
commit 74b2870a27
1 changed files with 5 additions and 0 deletions

View File

@ -305,6 +305,11 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
# Move to libc++ as the default STL.
$(call add-clean-step, rm -rf $(OUT_DIR))
# dex2oat instruction-set changes
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************