aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:34:51 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:34:51 -0800
commitaacf8941edfde3930949fdd2fa7be9c5dc494d11 (patch)
treecdcad40f946cee5c4e7c28d76947ec0bac0d78aa
parentdbd818fedae82d9211280d62d5a832309a5669a8 (diff)
downloadpiex-aacf8941edfde3930949fdd2fa7be9c5dc494d11.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/piexandroid-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: Idb404d88f2f74aa2c84877417f5414ae08d6502f
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 16d2f22..8486648 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_piex_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_piex_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "piex_default_cflags",
cflags: ["-Wall", "-Werror", "-Wsign-compare"],