summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-03-27 17:21:44 -0700
committerEino-Ville Talvala <etalvala@google.com>2012-03-27 17:21:44 -0700
commit852966e08b1703d6d2d1b340c1129bdd2c0b5d1d (patch)
treedc30b294d0fc6edfa3292db2f0ef35efb845dbbf
parentd4788966926f79778c427f8aef2538c0c5c4683a (diff)
downloadandroid_system_media-852966e08b1703d6d2d1b340c1129bdd2c0b5d1d.tar.gz
android_system_media-852966e08b1703d6d2d1b340c1129bdd2c0b5d1d.tar.bz2
android_system_media-852966e08b1703d6d2d1b340c1129bdd2c0b5d1d.zip
Cleanup: Remove filterfw.jar from devices.
The filter framework is now merged with frameworks.jar; remove it from the output of incremental builds so it's not taking up needless space on devices. Change-Id: I2d24cecb3e52d246853ada558b2e3015222b6f58
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 5ba61ff4..1096f5d6 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -52,6 +52,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filter
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST