Snap for 6470529 from f1f4ec5ab4f75880af6a7d6b2ae555c899b1d7b8 to r-keystone-qcom-release

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