libcxxabi supports native_bridge

The library can be used to  build binaries
for translated architectures.

Bug: http://b/77159578
Test: make
Change-Id: Iff712fe4f2e8f0b68e5c42fdeeef846df928f978
diff --git a/Android.bp b/Android.bp
index 2a84000..157963d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@
     host_supported: true,
     vendor_available: true,
     recovery_available: true,
+    native_bridge_supported: true,
     srcs: [
         "src/abort_message.cpp",
         "src/cxa_aux_runtime.cpp",