summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2013-08-29 10:13:59 -0700
committerJohn Huang <jsh@google.com>2013-08-29 17:27:21 +0000
commit200dbc5feae56a31f455a50780133cf515fae0ed (patch)
treeec39042bf855b9806b3e7e6319d45e05bd9cdb7d /CleanSpec.mk
parent5430aeab36f6c2d2a8ee0cdf3f5fbc0f15dd6dcf (diff)
downloadbuild-200dbc5feae56a31f455a50780133cf515fae0ed.zip
build-200dbc5feae56a31f455a50780133cf515fae0ed.tar.gz
build-200dbc5feae56a31f455a50780133cf515fae0ed.tar.bz2
Remove Moto OMA DM client from build tree.
Remove Moto OMA DM client from system image and intermediates. Bug: 10455884 Change-Id: Idc0529d33911dc417f8f5b6db71808bf847eed3c
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index ae0e5eb..a424cb7 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -188,6 +188,18 @@ $(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/APPS/ApplicationsProvider_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/ApplicationsProvider.apk)
+# Clean up Moto OMA DM client which isn't ready yet.
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin.dev_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin.diagmon_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.pluginhelper_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.service.api_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/DMService_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/SprintDM_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/DMService.apk)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/SprintDM.apk)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/omadm)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************