Merge "Remove Soong intermediates after renaming core variant" am: 55406a8458
am: c37ff6ede2
Change-Id: I71dbe7f8fbe30ced1fe1791c080e6bb2596a9930
This commit is contained in:
commit
d86ccbd3dc
1 changed files with 3 additions and 0 deletions
|
@ -699,6 +699,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/vndk-*)
|
||||||
# again, as the original change removing them was reverted.
|
# again, as the original change removing them was reverted.
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/*.jar)
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/*.jar)
|
||||||
|
|
||||||
|
# The core image variant has been renamed to ""
|
||||||
|
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_core*" -print0 | xargs -0 rm -rf)
|
||||||
|
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# 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