diff options
| author | Amith Yamasani <yamasani@google.com> | 2017-03-10 21:05:47 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-03-10 21:05:51 +0000 |
| commit | 8e6fe66192719bbbccc0c110e4e82df0c0200e22 (patch) | |
| tree | b965229321ef9716082f89c329562380abf8fc5d | |
| parent | bd5e5e0d75b6c1dbca0da2d40e96c18f94e07ac4 (diff) | |
| parent | 0dfa2cce14546fb2571bda7831d1b67b0ce6d7ab (diff) | |
Merge "Clean spec to deal with rename of auto_fill to autofill"
| -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 # ****************************************************************** |
