diff options
author | Amith Yamasani <yamasani@google.com> | 2017-03-10 13:02:43 -0800 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2017-03-10 13:02:43 -0800 |
commit | 0dfa2cce14546fb2571bda7831d1b67b0ce6d7ab (patch) | |
tree | 10c335b8f249255985fd4b64b76a0355a5bfb7f5 | |
parent | d7cf3b48d5564037ceb02cc1799332f3852cc4a8 (diff) |
Clean spec to deal with rename of auto_fill to autofill
Fixes a local build failure I was having.
Test: N/A
Change-Id: I0ad770e96e0a4d72a7d538ebc1ba0b19de5996c7
-rw-r--r-- | CleanSpec.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 71e6af7e90fb..e72889713945 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -242,7 +242,7 @@ $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/APPS/FeatureSplit1_int $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/APPS/FeatureSplit2_intermediates/src/com/android/test/split/feature/R.java) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/hardware) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/core/java/android/os/storage/*) - +$(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/platformprotos_intermediates) # ****************************************************************** # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER # ****************************************************************** |