summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2016-03-03 10:19:27 -0800
committerEino-Ville Talvala <etalvala@google.com>2016-03-03 10:19:27 -0800
commit9eafb823480b7f1d70ba0915abd6315f7ad99d32 (patch)
tree531f5fab95fa9030e504ded049c5af096557859c /CleanSpec.mk
parent212cc4ebfa1129da63c43116c863e6a7d0ca7aa2 (diff)
Fix incremental build
Remove old generated camera AIDL code Change-Id: I8293c08abb94ca0abca1fb2e892586202ccc3443
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 2fe5cbecfcf9..cee8fdb9a856 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -240,6 +240,7 @@ $(call add-clean-step, rm -f $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framewo
$(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)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/hardware)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER