diff --git a/Android.bp b/Android.bp index 1b8c9c6..76631c6 100644 --- a/Android.bp +++ b/Android.bp @@ -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)",