summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android_native_app_glue.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/android_native_app_glue.bp b/android_native_app_glue.bp
index 1b1c95dcb..234f9456d 100644
--- a/android_native_app_glue.bp
+++ b/android_native_app_glue.bp
@@ -20,4 +20,9 @@ cc_library_static {
cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"],
sdk_version: "minimum",
export_include_dirs: ["current/sources/android/native_app_glue"],
+ target: {
+ platform: {
+ shared_libs: ["libnativewindow"],
+ },
+ },
}