disable ssl in curl on android, implement interactive permission for android 23+
This commit is contained in:
@@ -86,11 +86,11 @@ android {
|
||||
//cFlags "-D_EXAMPLE_C_FLAG1", "-D_EXAMPLE_C_FLAG2"
|
||||
// Sets a flag to enable format macro constants for the C++ compiler.
|
||||
//cppFlags "-D__STDC_FORMAT_MACROS"
|
||||
arguments '-DANDROID_TOOLCHAIN=clang',
|
||||
//'-DANDROID_PLATFORM=android-19',
|
||||
'-DANDROID_STL=gnustl_static',
|
||||
'-DCMAKE_BUILD_TYPE=Release',
|
||||
'-DANDROID_ARM_NEON=TRUE'
|
||||
arguments "-DANDROID_TOOLCHAIN=clang",
|
||||
//"-DANDROID_PLATFORM=android-19",
|
||||
"-DANDROID_STL=gnustl_static",
|
||||
"-DCMAKE_BUILD_TYPE=${flavor_cap}",
|
||||
"-DANDROID_ARM_NEON=TRUE"
|
||||
}
|
||||
}
|
||||
ndk {
|
||||
|
||||
Reference in New Issue
Block a user