diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-22 16:01:24 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-22 16:01:24 -0700 |
| commit | 2ee6c4c3ab98e198260e5c7dbd2922c0ef370a06 (patch) | |
| tree | fa7a34269436e7bb4a703c1ce5bc0334c35e6de0 /Android.mk | |
| parent | 15ad3a2d58445600a71c00223810fe6c557ea2d4 (diff) | |
| parent | 17af14d8133f99b5e886d830e92e38ba1da7cc2d (diff) | |
| download | frameworks_base-2ee6c4c3ab98e198260e5c7dbd2922c0ef370a06.zip frameworks_base-2ee6c4c3ab98e198260e5c7dbd2922c0ef370a06.tar.gz frameworks_base-2ee6c4c3ab98e198260e5c7dbd2922c0ef370a06.tar.bz2 | |
am 17af14d8: Merge change 2289 into donut
Merge commit '17af14d8133f99b5e886d830e92e38ba1da7cc2d'
* commit '17af14d8133f99b5e886d830e92e38ba1da7cc2d':
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -150,6 +150,8 @@ LOCAL_SRC_FILES += \ telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl \ telephony/java/com/android/internal/telephony/IIccPhoneBook.aidl \ telephony/java/com/android/internal/telephony/ISms.aidl \ + tts/java/android/tts/ITtsCallback.aidl \ + tts/java/android/tts/ITts.aidl \ wifi/java/android/net/wifi/IWifiManager.aidl \ telephony/java/com/android/internal/telephony/IExtendedNetworkService.aidl |
