Update CleanSpec to remove generated files from IVold.aidl.

Bug: 112058806
Test: Device booted after flashing a build with this change.
Change-Id: If0bda6869a7ed09b8c320b5c44c43f9d4cb4c3dd
This commit is contained in:
Sudheer Shanka 2018-08-01 13:33:15 -07:00
parent 82b40e72cf
commit 03e4ede7f3
1 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,8 @@ $(call add-clean-step, rm -rf $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS/*_intermed
$(call add-clean-step, find $(PRODUCT_OUT) -type f -name "vr_hwc*" -print0 | xargs -0 rm -f)
$(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/system/vold)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************