Expose libkmod to external/pciutils

libkmod is required dependency of libpci of pciutils.

Bug: 347899892
Test: mmma external/pciutils
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7a863fa00f738d485f1f986562652e2f637c7db1)
Merged-In: I668e800013ba71941be31ab6ce8fcdaecbdc6386
Change-Id: I668e800013ba71941be31ab6ce8fcdaecbdc6386
diff --git a/Android.bp b/Android.bp
index cc2a97a..1f85ba5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -85,7 +85,10 @@
         "shared/hash.c",
         "shared/strbuf.c",
     ],
-    visibility: ["//external/igt-gpu-tools"],
+    visibility: [
+        "//external/igt-gpu-tools",
+        "//external/pciutils",
+    ],
 }
 
 cc_binary_host {