CleanSpec for system_other
Bug: 142537657 Test: m Change-Id: I9206a2b8540ec49889b9e8210eae3b64b0fa2d81
This commit is contained in:
parent
3860fef102
commit
eaf2b7e582
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in a new issue