Merge "Clean jack intermediates"
am: cf021094f1
Change-Id: I1808fc66070231bb9340ef5e6d3f488d7c06da09
This commit is contained in:
commit
2783065c0b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in a new issue