summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhacker29 <dhackerdvm@gmail.com>2014-12-17 01:24:43 -0500
committerdhacker29 <dhackerdvm@gmail.com>2014-12-17 01:27:38 -0500
commite2a3543617a7f8984660e1b01d405ffdae24a954 (patch)
tree519cc08e0f287a596e6b2eb2a01df4162c75e602
parent3848c13620d9de1539fcc571e98716ddf03d0424 (diff)
downloadandroid_packages_apps_Gallery2-e2a3543617a7f8984660e1b01d405ffdae24a954.tar.gz
android_packages_apps_Gallery2-e2a3543617a7f8984660e1b01d405ffdae24a954.tar.bz2
android_packages_apps_Gallery2-e2a3543617a7f8984660e1b01d405ffdae24a954.zip
Add clean step after recent changes
out/target/common/obj/APPS/Gallery2_intermediates/src/renderscript /src/com/android/gallery3d/filtershow/filters/ScriptC_convolve3x3.java:24: error: package android.support.v8.renderscript does not exist Change-Id: I8411ec214607d0875bea5e41d93b416585e15592
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 20db30919..dede88e61 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,6 +50,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery2_intermediates)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST