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