summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-02-07 17:03:05 -0800
committerWink Saville <wink@google.com>2013-02-07 17:03:05 -0800
commit5a72553ef991d4821fcab4feaa3c1b23faca8724 (patch)
treef97e7fbbe3777c306d531573144cfbb17e52bba2 /CleanSpec.mk
parent484f3bdcd663d4ddc9521e788c45338b34a1691d (diff)
downloadframeworks_base-5a72553ef991d4821fcab4feaa3c1b23faca8724.zip
frameworks_base-5a72553ef991d4821fcab4feaa3c1b23faca8724.tar.gz
frameworks_base-5a72553ef991d4821fcab4feaa3c1b23faca8724.tar.bz2
Move a few files from frameworks/opt/telephony to frameworks/base.
Because ISms.aidl imports PendingIntent we couldn't easily make opt/telephony part of the PDK. So this change moves ISms.aidl and SmsRawData.*, which ISms.aidl also imports, back to frameworks/base. Change-Id: Ia64c6e771d5a292d9bfebb413a43f3745df55c85
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 5634b43..b87fa48 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -155,6 +155,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/librtp_jni.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/librtp_jni.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/librtp_jni.so)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony/java/com/android/internal/telephony/SmsRawData.*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************