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:
parent
7892c6d76d
commit
45923719be
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ package {
|
||||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "Apache-2.0-License-Text",
|
||||||
|
srcs: ["LICENSE"],
|
||||||
|
}
|
||||||
|
|
||||||
license {
|
license {
|
||||||
name: "Android-Apache-2.0",
|
name: "Android-Apache-2.0",
|
||||||
package_name: "Android",
|
package_name: "Android",
|
||||||
|
|
Loading…
Reference in a new issue