aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:17:49 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:17:49 -0800
commit2f4f7d122d18b463fc106331f893ccc64d589b89 (patch)
tree3468c8c75334dc5332cd858fa5cac271017a11de
parent4fbd72dc0e5cebccf953f2087ffdf25178ab3bb9 (diff)
downloadjavapoet-2f4f7d122d18b463fc106331f893ccc64d589b89.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/javapoetandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic7aa59333f4758dbc792eb9c6cbdb86643b8e57d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7c123f7..ddcaf2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_javapoet_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_javapoet_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
java_library_host {
name: "javapoet",
srcs: ["src/main/java/**/*.java"],