libudev-zero: make cc_genrule vendor_available
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled

This commit is contained in:
oxmc
2026-06-15 03:24:36 -07:00
parent 6f093b428e
commit f75bcb6908

View File

@@ -15,6 +15,7 @@ license {
cc_genrule {
name: "libudev_zero_copy_headers",
vendor_available: true,
srcs: ["udev.h"],
out: ["libudev.h"],
cmd: "cp $(in) $(out)",