lib: define Android ldflags in user modules
[nit.git] / lib / android / log.nit
index 30beb62..c165331 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Advanced Android logging services
-module log
+module log is ldflags "-llog"
 
 import platform