forked from openkylin/platform_build
Fix CleanSpec.mk diff
Add a line to match the last AOSP line, to make auto-merging between the two possible. Test: No Change-Id: If3a7130efcf14f19decd48cfa25fe8ef22dc52b8
This commit is contained in:
parent
12aadd7a5e
commit
73dc6c9aba
|
@ -682,6 +682,8 @@ $(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/host/*/fuzz/*)
|
|||
# Change file layout of system_other
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
|
||||
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex)
|
||||
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in New Issue