Make libft2 buildable for native_bridge am: b65dc7efdc am: d23edd1924

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/freetype/+/12128089

Change-Id: I15cb6e7b482ebd3672f68a756ea7a57e34bf45da
diff --git a/Android.bp b/Android.bp
index cdb6d36..8b3d01d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,8 @@
 cc_library {
     name: "libft2",
     host_supported: true,
+    // TODO(b/153609531): remove when no longer needed.
+    native_bridge_supported: true,
 
     // compile in ARM mode, since the glyph loader/renderer is a hotspot
     // when loading complex pages in the browser