Merge "Snap for 6405781 from 9678488a7ec742aef5ad4c01284f3a63ebd042f1 to sdk-release" into sdk-release
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"],
+        },
+    },
 }