aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-02-21 09:34:34 -0800
committerWink Saville <wink@google.com>2013-02-21 09:34:34 -0800
commit4918296afe1c667e9523cdfc799f558f7ebc2bfb (patch)
treedc4980c62a020cc397593c0f9c3f82902edc825c /CleanSpec.mk
parent9f88c3516ba5e76d1fe55c2acd2bd5714b136b34 (diff)
downloadandroid_frameworks_opt_telephony-4918296afe1c667e9523cdfc799f558f7ebc2bfb.tar.gz
android_frameworks_opt_telephony-4918296afe1c667e9523cdfc799f558f7ebc2bfb.tar.bz2
android_frameworks_opt_telephony-4918296afe1c667e9523cdfc799f558f7ebc2bfb.zip
Move DataConnection related classes to their own package.
Change-Id: I34ee9e87545e6b15ebf4d3ec101d4ed3d322f7b2
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index e74cedb37..c5b95a118 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -43,6 +43,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/teleph
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST