Use libnativewindow for platform variant of libRSSupport am: 81f706ca2b am: d1d8b62e5a

Change-Id: If797ec92315ac49c1ef114a1e1e3aba6b7fd4277
diff --git a/support.bp b/support.bp
index 0b1c5e1..1a4bd59 100644
--- a/support.bp
+++ b/support.bp
@@ -185,4 +185,10 @@
         // Allow implicit fallthrough in rsContext.cpp:414 until it is fixed.
         "-Wno-error=implicit-fallthrough",
     ],
+
+    target: {
+        platform: {
+            shared_libs: ["libnativewindow"],
+        },
+    },
 }