Build with android logging library

This commit is contained in:
mhutti1 2018-06-29 15:26:54 +02:00
parent e6be76b7fc
commit 20ac697d43
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class AndroidPlatformInfo(PlatformInfo):
'install_path': install_path, 'install_path': install_path,
'binaries': self.binaries(install_path), 'binaries': self.binaries(install_path),
'root_path': pj(install_path, 'sysroot'), 'root_path': pj(install_path, 'sysroot'),
'extra_libs': [], 'extra_libs': ['-llog'],
'extra_cflags': [], 'extra_cflags': [],
'host_machine': { 'host_machine': {
'system': 'Android', 'system': 'Android',