once more to get cflags working
This commit is contained in:
@ -10,9 +10,13 @@ android {
|
|||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode = 9
|
versionCode = 9
|
||||||
versionName = '2.0'
|
versionName = '2.0'
|
||||||
|
externalNativeBuild {
|
||||||
|
cmake {
|
||||||
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
}
|
||||||
|
}
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'armeabi-v7a'
|
abiFilters 'armeabi-v7a'
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
Reference in New Issue
Block a user