Merge pull request #210 from kiwix/mhutti1/android-logging-link

Build with android logging library
This commit is contained in:
Kelson 2018-06-29 16:04:33 +02:00 committed by GitHub
commit edc200095e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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