Make libRS.so buildable for native bridge am: 5ce2dc344c am: 3fc752ef69

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

Change-Id: I2457945acba4843767de31104134ace8a2f680d0
diff --git a/Android.bp b/Android.bp
index 9fdfa9a..228bcaf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -300,6 +300,7 @@
 cc_library_shared {
     name: "libRS",
     defaults: ["rs_defaults"],
+    native_bridge_supported: true,
     srcs: [
         "rsApiStubs.cpp",
         "rsHidlAdaptation.cpp",
diff --git a/cpp/Android.bp b/cpp/Android.bp
index 973c563..1d08b02 100644
--- a/cpp/Android.bp
+++ b/cpp/Android.bp
@@ -1,5 +1,6 @@
 cc_library_static {
     name: "libRSDispatch",
+    native_bridge_supported: true,
     vendor_available: true,
 
     srcs: ["rsDispatch.cpp"],