Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20bebfe4 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

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

* commit '74b2870a':
  Clean out *.prop files due to dex2oat instruction-set flag change.
parents fb441593 74b2870a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -310,6 +310,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
# ************************************************