From 801000e9c86e6297116628d604f1b866cc8a9d54 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 2 Dec 2022 13:07:39 -0800 Subject: [PATCH] Add license kind for Linux-syscall-note Only to be used in contexts confirmed by lawyers where the sycall note applies. Test: m droid dist Change-Id: I2fa6859307a471c169273ee70583e0b7331893ca --- licenses/Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/licenses/Android.bp b/licenses/Android.bp index eabc3034a..7267cf374 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -920,6 +920,14 @@ license_kind { url: "https://spdx.org/licenses/LGPLLR.html", } +license_kind { + name: "SPDX-license-identifier-Linux-syscall-note", + // expanding visibility requires approval from an OSPO lawyer or pcounsel + visibility: ["//external/libbpf:__subpackages__"], + conditions: ["permissive"], + url: "https://spdx.org/licenses/Linux-syscall-note.html", +} + license_kind { name: "SPDX-license-identifier-LPL-1.02", conditions: ["notice"],