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

Commit 6694b40a authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Clean jack intermediates" am: cf021094

am: 2783065c

Change-Id: Iaee1c03ddb366bdd2f19f55786ad2b840477e2fa
parents 7f27c8ec 2783065c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -424,6 +424,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/versions_checked.mk)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/nativetest*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/nativetest*)

# Jack is no longer the default compiler, remove the intermediates
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/*/*/classes*.jack)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/*/*/jack*)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************