Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 775070ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add license visibility to prebuilt vsdk" am: 444b7ff1

parents d8bf35f9 444b7ff1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -923,7 +923,10 @@ license_kind {
license_kind {
    name: "SPDX-license-identifier-Linux-syscall-note",
    // expanding visibility requires approval from an OSPO lawyer or pcounsel
    visibility: ["//external/libbpf:__subpackages__"],
    visibility: [
        "//external/libbpf:__subpackages__",
        "//prebuilts/vsdk:__subpackages__",
    ],
    conditions: ["permissive"],
    url: "https://spdx.org/licenses/Linux-syscall-note.html",
}