aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 03:03:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 03:03:20 +0000
commitdd7a8eab82d00daf97413a9cc669fd8fff89df5e (patch)
treeba841971f811ee225d0401d47bc63723229422e6
parent02f249008484794c9809180cba03bf0521841cb1 (diff)
parent4b3c4a6c3dde098416ed19a56d1c40dcb31b51c5 (diff)
downloadbpftool-android13-tests-release.tar.gz
Change-Id: I4dcb2f696c8ec368f4468521b56a8ac5bbc2c02a
-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: [