Add native_bridge_supported to allow bpf usage in libmeminfo

libmeminfo needs to use BPF to read GPU usage reported by kernel drivers,
therefore a new dependency between libmeminfo and libbpf is added.
After this addition, native_bridge_supported is required to successfully
build cuttlefish targets.

Bug: 171261987
Test: libmeminfo_test
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I1d1141c501d7374bf5743f8babab4d17e9eec1e9
diff --git a/Android.bp b/Android.bp
index 64176d4..7f074a6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,6 +38,7 @@
     name: "libbpf_headers",
     vendor_available: false,
     host_supported: false,
+    native_bridge_supported: true,
     export_include_dirs: ["src/cc/includes/"],
     target: {
         linux_bionic: {
@@ -50,6 +51,7 @@
     name: "libbpf",
     vendor_available: false,
     host_supported: false,
+    native_bridge_supported: true,
     target: {
         android: {
             srcs: [