aboutsummaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-10-14 16:54:43 +0100
committerAnton Hansson <hansson@google.com>2019-10-14 16:55:03 +0100
commiteaf2b7e58204f86a46bbd5897a87b715ac7a610c (patch)
treeb5a58fd9a401d86edd9d600bf9c476b1961f2944 /CleanSpec.mk
parent3860fef102cd244844f5c677b28a55fa5d979d47 (diff)
downloadbuild-eaf2b7e58204f86a46bbd5897a87b715ac7a610c.tar.gz
CleanSpec for system_other
Bug: 142537657 Test: m Change-Id: I9206a2b8540ec49889b9e8210eae3b64b0fa2d81
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 1e80901c50..50fff08d77 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -687,6 +687,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex)
# Migrate preopt files to system_other for some devices
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/*app/*/oat)
+# Migrate preopt files from system_other for some devices
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************