libarm-optimized-routines supports native_bridge

The library can be included to binaries compiled
for translated architectures.

Bug: http://b/77159578
Test: make
Change-Id: I02ecc3de77aef230199ef3b2f8ed9f60eb3dd6ac
diff --git a/Android.bp b/Android.bp
index 2276161..f22981c 100755
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,7 @@
     name: "libarm-optimized-routines",
     host_supported: true,
     recovery_available: true,
+    native_bridge_supported: true,
     cflags: [
         "-Werror",
         "-O2",