diff --git a/android/build.gradle b/android/build.gradle index f5b55e36d8..c25d4164ab 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -164,8 +164,10 @@ android { externalNativeBuild { 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" + 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' } }