aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorYe Wen <ywen@google.com>2014-06-18 18:16:55 -0700
committerYe Wen <ywen@google.com>2014-06-18 18:25:36 -0700
commit7320aa58e7fcbe113ec85e6ae7d41858af2e3270 (patch)
treeb85c7e83f8e2bcca585b68391dfce41568a23a9b /CleanSpec.mk
parent3aed18eb1c0f0dc3ed9e5793d31995ead0a6afe7 (diff)
downloadandroid_frameworks_opt_telephony-7320aa58e7fcbe113ec85e6ae7d41858af2e3270.tar.gz
android_frameworks_opt_telephony-7320aa58e7fcbe113ec85e6ae7d41858af2e3270.tar.bz2
android_frameworks_opt_telephony-7320aa58e7fcbe113ec85e6ae7d41858af2e3270.zip
Move IMms.aidl to frameworks/base (1/3)
Change-Id: I6299cf6b4e14248024baf8daa451e173141b3c0f
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 4f5f2608e..e80d18bc9 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -45,6 +45,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