Snap for 6456040 from e02ef7672ab04fa40c9f2b32b4db4d86976d576f to rvc-release

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