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

Commit 308f17ee authored by Bob Badour's avatar Bob Badour
Browse files

[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Bluetooth

Added SPDX-license-identifier-Apache-2.0 to:
  android/pandora/mmi2grpc/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I0b2780773ef3710b1885f9c80420002393af56ba
parent f01a7695
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
package {
    default_applicable_licenses: [
        "packages_modules_Bluetooth_android_pandora_mmi2grpc_license",
    ],
}

// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
    name: "packages_modules_Bluetooth_android_pandora_mmi2grpc_license",
    visibility: [":__subpackages__"],
    license_kinds: [
        "SPDX-license-identifier-Apache-2.0",
    ],
    license_text: [
        "LICENSE",
    ],
}

genrule {
    name: "protoc-gen-mmi2grpc-python-src",
    srcs: ["_build/protoc-gen-custom_grpc"],