Merge "Add license visibility to prebuilt vsdk" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
00a3591cc6
@@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user