aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 03:02:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 03:02:27 +0000
commitae0d288cb1f190ab04c72433d3c2ff7374546d9d (patch)
treeba841971f811ee225d0401d47bc63723229422e6
parent0b04c1f14526a235320b4cbb1305f9f71285a82a (diff)
parent7298c435d81c84ba45704f4a61291c3908ae01ed (diff)
downloadbpftool-android13-d1-s1-release.tar.gz
Change-Id: I217138c3a0cf125649b41bf10b16ece69a9f0627
-rw-r--r--Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 78ac00a..4a09836 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,22 @@
+package {
+ default_applicable_licenses: ["external_bpftool_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+ name: "external_bpftool_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD-2-Clause",
+ "SPDX-license-identifier-GPL-2.0-only",
+ ],
+ license_text: [
+ "LICENSE.BSD-2-Clause",
+ "LICENSE.GPL-2.0",
+ ],
+}
+
cc_binary_host {
name: "bpftool",
srcs: [