forked from organicmaps/organicmaps-tmp
[android] Fix andorid sync
This commit is contained in:
parent
1a0858a06b
commit
885dcbed89
1 changed files with 4 additions and 1 deletions
|
@ -162,12 +162,15 @@ android {
|
|||
multiDexKeepFile file('multidex-config.txt')
|
||||
|
||||
externalNativeBuild {
|
||||
def pchFlag = 'OFF'
|
||||
if (project.hasProperty('pch')) pchFlag = 'ON'
|
||||
|
||||
cmake {
|
||||
cppFlags '-fexceptions', '-frtti', '-m32'
|
||||
cFlags '-ffunction-sections', '-fdata-sections',
|
||||
'-Wno-extern-c-compat', '-m32'
|
||||
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_static',
|
||||
"-DOS=$osName", '-DSKIP_TESTS=ON', '-DUSE_PCH=ON'
|
||||
"-DOS=$osName", '-DSKIP_TESTS=ON', "-DUSE_PCH=$pchFlag"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue