summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2013-08-21 11:13:18 +0100
committerMathew Inwood <mathewi@google.com>2013-08-21 17:34:34 +0100
commit0735c5f08cd6dd617965c57ca5607b2c26c7ca6e (patch)
treeee41761964fcd730754a3806ab630908878c98e6 /CleanSpec.mk
parent91efe6bbb7bd05038b7ec4e713b70582b7dd53a2 (diff)
downloadbuild-0735c5f08cd6dd617965c57ca5607b2c26c7ca6e.zip
build-0735c5f08cd6dd617965c57ca5607b2c26c7ca6e.tar.gz
build-0735c5f08cd6dd617965c57ca5607b2c26c7ca6e.tar.bz2
Remove ApplicationsProvider.
ApplicationsProvider is going away since it's no longer needed. Remove it from the build config. Also add cleansteps to remove the APK & intermediates. Bug: 10407790 Change-Id: I0b273d22e309822fde6d753b541f7ac648607b4e
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index d4024cf..ae0e5eb 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -184,6 +184,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
# Clean up old location of generated Java files from aidl
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src)
+# Clean up ApplicationsProvider which is being removed.
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ApplicationsProvider_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/ApplicationsProvider.apk)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************