Make libmeminfo buildable for native_bridge
This is needed to make bionic-unit-tests buildable for native_bridge
to make them usable for automatic testing on bots.
Bug: 160310855
Bug: 153609531
Test: m libmeminfo.native_bridge
Change-Id: If5db1a1ecd1a29b0273a9d90afd7413737e16e93
Merged-In: If5db1a1ecd1a29b0273a9d90afd7413737e16e93
diff --git a/Android.bp b/Android.bp
index 4de1834..6f262b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,6 +40,7 @@
cc_library {
name: "libmeminfo",
host_supported: true,
+ native_bridge_supported: true,
defaults: ["libmeminfo_defaults"],
export_include_dirs: [
"include",
diff --git a/libdmabufinfo/Android.bp b/libdmabufinfo/Android.bp
index 7c3d9c0..993fd00 100644
--- a/libdmabufinfo/Android.bp
+++ b/libdmabufinfo/Android.bp
@@ -34,6 +34,7 @@
name: "libdmabufinfo",
vendor_available: true,
host_supported: true,
+ native_bridge_supported: true,
defaults: ["dmabufinfo_defaults"],
export_include_dirs: ["include"],
srcs: [