summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-01-29 01:41:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-01-29 01:41:16 +0000
commita038c2f2699a9e045f6b8a01f12177ea47b7939a (patch)
tree7590543ca68d114b9951a626a3378cecce6a200d
parent7afffe6af099b8ceb578c839d86b69d8e2f5889d (diff)
parent45923719bea2cccde626125fbad44529aaba1053 (diff)
Merge "Make the Apache 2.0 text available to packages."
-rw-r--r--licenses/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/licenses/Android.bp b/licenses/Android.bp
index 5b764dcd4..8db001f44 100644
--- a/licenses/Android.bp
+++ b/licenses/Android.bp
@@ -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",