Make the Apache 2.0 text available to packages.

It might be useful to associate other library names than "Android"
with the Apache 2.0 license text.

Test: m nothing
Change-Id: I3ccbd9ca77f330bb81bf2bf4ec53cfb873befe8b
This commit is contained in:
Bob Badour 2022-01-28 12:55:32 -08:00
parent 7892c6d76d
commit 45923719be

View file

@ -18,6 +18,11 @@ package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
filegroup {
name: "Apache-2.0-License-Text",
srcs: ["LICENSE"],
}
license {
name: "Android-Apache-2.0",
package_name: "Android",