lib: define Android ldflags in user modules
[nit.git] / lib / android / native_app_glue.nit
index af3c797..4ae4753 100644 (file)
@@ -36,7 +36,7 @@
 #   which is a subclass of `Activity` and `Context` (in Java). It represent
 #   main activity of the running application. Use it to get anything related
 #   to the `Context` and as anchor to execute Java UI code.
-module native_app_glue
+module native_app_glue is ldflags "-landroid"
 
 import platform
 import log