aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-06 00:01:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-06 00:01:54 +0000
commitd158a366526d390c13c90656ebef51f79a2de525 (patch)
treef2c19f2e5448e921ec156deb3d718669ef802a99
parent1405502435830eebd323fa5c98666e71eb179098 (diff)
parentabb1c0844a2f6f0d9276b6c13258d51a6c558437 (diff)
downloadbcc-d158a366526d390c13c90656ebef51f79a2de525.tar.gz
Snap for 8261343 from abb1c0844a2f6f0d9276b6c13258d51a6c558437 to tm-release
Change-Id: I9f7107096521fe241830d3ec4ed6917d7cc90505
-rw-r--r--libbpf-tools/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/libbpf-tools/Android.bp b/libbpf-tools/Android.bp
index c780bd07..e250f5dc 100644
--- a/libbpf-tools/Android.bp
+++ b/libbpf-tools/Android.bp
@@ -14,6 +14,16 @@
// limitations under the License.
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_bcc_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-GPL-2.0
+ default_applicable_licenses: ["external_bcc_license"],
+}
+
cc_defaults {
name: "bcc_bpf_defaults",
compile_multilib: "first",