Use libnativewindow for platform variant of libRSSupport am: 81f706ca2b

Change-Id: I6f795a42423da067c75816aca322600b4bba31bb
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"],
+        },
+    },
 }