summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 22:55:55 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:28:19 -0800
commitdcbf8ca070f6f7ddd0004b401750a36dd8429f94 (patch)
tree3013567061b5051976c782fce00644961d05023a /progs
parent6b282994419b9d976a91d5a6f02f2215940bf3d2 (diff)
downloadbpf-dcbf8ca070f6f7ddd0004b401750a36dd8429f94.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/bpf
Added SPDX-license-identifier-Apache-2.0 to: Android.bp bpfloader/Android.bp libbpf_android/Android.bp progs/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia881b61da1755797085916aab5325375c82ed76e
Diffstat (limited to 'progs')
-rw-r--r--progs/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/progs/Android.bp b/progs/Android.bp
index 37feafd..aeb04a7 100644
--- a/progs/Android.bp
+++ b/progs/Android.bp
@@ -14,6 +14,14 @@
// limitations under the License.
//
+package {
+ // http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // the below license kinds from "system_bpf_license":
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_bpf_license"],
+}
+
cc_library_headers {
name: "bpf_prog_headers",
export_include_dirs: ["include"],