We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 683ab00 + 1dd273a commit 95cd451Copy full SHA for 95cd451
1 file changed
CleanSpec.mk
@@ -134,6 +134,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
134
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/accessibilityservice/IAccessibilityServiceClient.P)
135
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*)
136
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
137
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates)
138
# ************************************************
139
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
140
0 commit comments