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

Commit 3dd7fc63 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Remove services.speech" am: 8a18f1ab am: dbff2639 am: 370eac8f...

Merge "Remove services.speech" am: 8a18f1ab am: dbff2639 am: 370eac8f am: 8683a7b2 am: d796f4a4

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



Change-Id: I654c7ed54a18781ef5ac68f5686f26eb238cecfb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c1b22d26 d796f4a4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ filegroup {
        ":services.searchui-sources",
        ":services.selectiontoolbar-sources",
        ":services.smartspace-sources",
        ":services.speech-sources",
        ":services.systemcaptions-sources",
        ":services.translation-sources",
        ":services.texttospeech-sources",
@@ -159,7 +158,6 @@ java_library {
        "services.searchui",
        "services.selectiontoolbar",
        "services.smartspace",
        "services.speech",
        "services.systemcaptions",
        "services.translation",
        "services.texttospeech",
+0 −22
Original line number 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"],
}