Make libarect_headers available for libRSSupport am: aa98b9c020

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12495227

Change-Id: I5317dfcfb4f0ca599e2f8ac9fbc243752dc21093
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 258a4e3..80aa891 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -22,6 +22,8 @@
 
 cc_library_headers {
     name: "libarect_headers",
+    // TODO(b/153609531): remove when no longer needed.
+    native_bridge_supported: true,
     export_include_dirs: ["include"],
 }