summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2011-03-08 16:00:40 +0000
committerBjorn Bringert <bringert@android.com>2011-04-15 10:04:31 +0100
commit50e657bb2d005568f5dd8bc1d904d07b0d94018f (patch)
treebcf319e64984c80f4793602aeb366e7f6b33afdd /Android.mk
parent720dd9a89857512d14adabea4efbb542d25fbb02 (diff)
downloadframeworks_base-50e657bb2d005568f5dd8bc1d904d07b0d94018f.zip
frameworks_base-50e657bb2d005568f5dd8bc1d904d07b0d94018f.tar.gz
frameworks_base-50e657bb2d005568f5dd8bc1d904d07b0d94018f.tar.bz2
Add Java API for writing TTS engines
This removes the old non-public C++ API for TTS engines and replaces it with a Java API. The new API is still @hidden, until it has been approved. Bug: 4148636 Change-Id: I7614ff788e11f897e87052f684f1b4938d539fb7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 28340cf..cd9ae7d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -137,8 +137,8 @@ LOCAL_SRC_FILES += \
core/java/android/view/IWindowSession.aidl \
core/java/android/speech/IRecognitionListener.aidl \
core/java/android/speech/IRecognitionService.aidl \
- core/java/android/speech/tts/ITts.aidl \
- core/java/android/speech/tts/ITtsCallback.aidl \
+ core/java/android/speech/tts/ITextToSpeechCallback.aidl \
+ core/java/android/speech/tts/ITextToSpeechService.aidl \
core/java/com/android/internal/app/IBatteryStats.aidl \
core/java/com/android/internal/app/IUsageStats.aidl \
core/java/com/android/internal/app/IMediaContainerService.aidl \