Merge "Add license kind for Linux-syscall-note" am: fb575f21a3

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2323844

Change-Id: Icf19be64b094734ebc691c1a63d5065d54fd7eb7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Bob Badour
2022-12-08 01:51:04 +00:00
committed by Automerger Merge Worker

View File

@@ -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"],