summaryrefslogtreecommitdiffstats
path: root/CleanSpec.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 /CleanSpec.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 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 023ce59..50292e4 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -96,6 +96,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PerfTest_interme
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/RSTest_intermediates/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/hardware/IUsbManager.java)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/nfc)
+$(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