Make FlexLexer buildable for native_bridge am: 14ede93a53

Change-Id: Ic1bc23027fb29c8317a6bf9742b16694943985da
diff --git a/Android.bp b/Android.bp
index c3bde3e..758bd46 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,8 @@
     name: "FlexLexer",
     host_supported: true,
     vendor_available: true,
+    // TODO(b/153609531): remove when no longer needed.
+    native_bridge_supported: true,
     export_include_dirs: ["common/flex"],
     notice: "common/flex/NOTICE",
 }