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

Commit 62ce709a authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 20bebfe4: am 74b2870a: Merge "Clean out *.prop files due to dex2oat...

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

* commit '20bebfe4':
  Clean out *.prop files due to dex2oat instruction-set flag change.
parents 8d566e1b 20bebfe4
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
# ************************************************