From df37736cae71dd216704cb685d18a2d8f2ede9d9 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 3 Mar 2022 10:37:52 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/bcc Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-GPL-2.0 to: libbpf-tools/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: If20f62f0c8c73fd4a4ad2d06dc39b36f704515b6 --- libbpf-tools/Android.bp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libbpf-tools/Android.bp b/libbpf-tools/Android.bp index f18dd509..0c54d2fb 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", -- cgit v1.2.3