Clean jack intermediates
Jack is no longer the default java compiler, clean the intermediates to save space. Bug: 36902714 Test: manual Change-Id: I368442c8ad71eb5839c52839f2aa6ca55cf20bdd
This commit is contained in:
parent
6ce5a428ae
commit
bc291e63a0
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)/system/vendor/nativetest*)
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/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
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
# ************************************************
|
# ************************************************
|
||||||
|
|
Loading…
Reference in a new issue