aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:21 +0000
commit27dcd2b127a77918ce7b1bcb9552fd7bc9ebd15e (patch)
tree936ae4ec0932db7a36591d2981c183520defa01d
parenta52210bd8c8296ed9f20866603af658bc1db6eee (diff)
parent9f001691ed4e30e7ae0018e2c7134772da63c734 (diff)
downloadshflags-27dcd2b127a77918ce7b1bcb9552fd7bc9ebd15e.tar.gz
Snap for 7149879 from 9f001691ed4e30e7ae0018e2c7134772da63c734 to sc-d1-release
Change-Id: I2a6b81cb85bd7cc0faece78acb0868ec2a5e524c
-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",