aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:21:39 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:21:39 -0800
commit1eca1ae9a0ad1adaab821ec7f5cbd89a1def1fe1 (patch)
tree936ae4ec0932db7a36591d2981c183520defa01d
parent1fb0267ab5e93d08f90d0f1c93f58b2309338766 (diff)
downloadshflags-1eca1ae9a0ad1adaab821ec7f5cbd89a1def1fe1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/shflagsandroid-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: Ica5e2d5d3f3808ab7c2eaf01b31cb8098213a4a6
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5b0b6f9..27161ee 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,26 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_shflags_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-LGPL
+// See: http://go/android-license-faq
+license {
+ name: "external_shflags_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
sh_binary_host {
name: "shflags",
src: "shflags",