Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a18f1ab authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Remove services.speech"

parents 9ff5caa8 75c7c33e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -91,7 +91,6 @@ filegroup {
        ":services.restrictions-sources",
        ":services.restrictions-sources",
        ":services.searchui-sources",
        ":services.searchui-sources",
        ":services.smartspace-sources",
        ":services.smartspace-sources",
        ":services.speech-sources",
        ":services.systemcaptions-sources",
        ":services.systemcaptions-sources",
        ":services.translation-sources",
        ":services.translation-sources",
        ":services.texttospeech-sources",
        ":services.texttospeech-sources",
@@ -145,7 +144,6 @@ java_library {
        "services.restrictions",
        "services.restrictions",
        "services.searchui",
        "services.searchui",
        "services.smartspace",
        "services.smartspace",
        "services.speech",
        "services.systemcaptions",
        "services.systemcaptions",
        "services.translation",
        "services.translation",
        "services.texttospeech",
        "services.texttospeech",
+0 −22
Original line number Original line Diff line number Diff line
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"],
}