summaryrefslogtreecommitdiff
path: root/Android.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 /Android.mk
parent484f3bdcd663d4ddc9521e788c45338b34a1691d (diff)
downloadbase-5a72553ef991d4821fcab4feaa3c1b23faca8724.tar.gz
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 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index dd155be7003a..3a062c7c9690 100644
--- a/Android.mk
+++ b/Android.mk
@@ -217,6 +217,7 @@ LOCAL_SRC_FILES += \
telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl \
telephony/java/com/android/internal/telephony/IPhoneSubInfo.aidl \
telephony/java/com/android/internal/telephony/ITelephony.aidl \
+ telephony/java/com/android/internal/telephony/ISms.aidl \
telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl \
telephony/java/com/android/internal/telephony/IWapPushManager.aidl \
wifi/java/android/net/wifi/IWifiManager.aidl \