Merge "Remove services.speech" am: 8a18f1ab63 am: dbff26398e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2107385

Change-Id: I05b3c5280449d870fbf54318375489bbd127fd33
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust 2022-06-13 18:21:23 +00:00 committed by Automerger Merge Worker
commit 370eac8fe7
2 changed files with 0 additions and 24 deletions

View File

@ -103,7 +103,6 @@ filegroup {
":services.restrictions-sources",
":services.searchui-sources",
":services.smartspace-sources",
":services.speech-sources",
":services.systemcaptions-sources",
":services.translation-sources",
":services.texttospeech-sources",
@ -158,7 +157,6 @@ java_library {
"services.restrictions",
"services.searchui",
"services.smartspace",
"services.speech",
"services.systemcaptions",
"services.translation",
"services.texttospeech",

View File

@ -1,22 +0,0 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_license"],
}
filegroup {
name: "services.speech-sources",
srcs: ["java/**/*.java"],
path: "java",
visibility: ["//frameworks/base/services"],
}
java_library_static {
name: "services.speech",
defaults: ["platform_service_defaults"],
srcs: [":services.speech-sources"],
libs: ["services.core"],
}