summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-04-06 20:21:30 -0500
committerJoe Onorato <joeo@android.com>2010-04-06 20:21:30 -0500
commita5c51373d478ea33ffddab13ca8a722c297802ef (patch)
tree0686b4e1c43bbbf38a2c21cbf36b6b30e87395a0 /CleanSpec.mk
parentb1b28e26d771f5f0e10a52b8fd77c276c641e086 (diff)
downloadframeworks_base-a5c51373d478ea33ffddab13ca8a722c297802ef.zip
frameworks_base-a5c51373d478ea33ffddab13ca8a722c297802ef.tar.gz
frameworks_base-a5c51373d478ea33ffddab13ca8a722c297802ef.tar.bz2
Finish moving the policies out of frameworks/policies/base and into frameworks/base.
Change-Id: Id3a0c06202b0f6f2206acf490c8655d340ee0556
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 707404b..6455103 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -51,6 +51,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/app)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/content)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/FrameworkTest_intermediates/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*)
+$(call add-clean-step, rm -rf $(TARGET_OUT_JAVA_LIBRARIES)/android.policy.jar)
# ************************************************