From 719e2d0637829ef0781a8b9e5d81fa09bec2101f Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 19 Jan 2016 11:39:24 -0800 Subject: Fix local builds by adding CleanSpec command Changed the package name of an R.java generated file, so we need to clean up the old one left behind from a previous build. Change-Id: I3ece312d367a30d736084736c44238b4e52d22d7 --- CleanSpec.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 40908f1073e1..2fe5cbecfcf9 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -238,6 +238,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/DocumentsUI_intermediates) $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IRemoteControlClient.*) $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IRemoteControlDisplay.*) +$(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/APPS/FeatureSplit1_intermediates/src/com/android/test/split/feature/R.java) +$(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/APPS/FeatureSplit2_intermediates/src/com/android/test/split/feature/R.java) # ****************************************************************** # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER -- cgit v1.2.3