Snap for 6456462 from bba93e88a663acde8cbcabdb2c4daf6975133f27 to mainline-release

Change-Id: Idb0d6d4ec459e6e09c981b8ca5e60e2b39cd447b
diff --git a/android_native_app_glue.bp b/android_native_app_glue.bp
index 1b1c95d..234f945 100644
--- a/android_native_app_glue.bp
+++ b/android_native_app_glue.bp
@@ -20,4 +20,9 @@
     cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"],
     sdk_version: "minimum",
     export_include_dirs: ["current/sources/android/native_app_glue"],
+    target: {
+        platform: {
+            shared_libs: ["libnativewindow"],
+        },
+    },
 }