Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Clean spec to deal with rename of auto_fill to autofill
Browse files Browse the repository at this point in the history
Fixes a local build failure I was having.

Test: N/A
Change-Id: I0ad770e96e0a4d72a7d538ebc1ba0b19de5996c7
  • Loading branch information
Amith Yamasani committed Mar 10, 2017
1 parent d7cf3b4 commit 0dfa2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ******************************************************************

0 comments on commit 0dfa2cc

Please sign in to comment.