libcxx supports native_bridge
am: a44472d932

Change-Id: Ibd6afd0a280e8d7ca5c7c130d221c0bcbda38f15
diff --git a/Android.bp b/Android.bp
index c663e7a..9dccf08 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,6 +57,7 @@
     defaults: ["libc++ defaults"],
     vendor_available: true,
     recovery_available: true,
+    native_bridge_supported: true,
     srcs: [
         "src/algorithm.cpp",
         "src/any.cpp",
@@ -106,6 +107,7 @@
     name: "libc++",
     host_supported: true,
     vendor_available: true,
+    native_bridge_supported: true,
     vndk: {
         enabled: true,
         support_system_process: true,