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:
Anton Hansson 2019-10-07 16:21:21 +01:00
parent 12aadd7a5e
commit 73dc6c9aba
1 changed files with 2 additions and 0 deletions

View File

@ -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
# ************************************************