Snap for 6456462 from c1060b2603d075aac5a4bcb23d75dd61c50fd830 to mainline-release

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