Skip to content

Commit 4a0ad96

Browse files
Minor update to build.gradle
1 parent cba8039 commit 4a0ad96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NativeApp/Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
}
1010
externalNativeBuild {
1111
cmake {
12-
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_static', '-DENABLE_TESTS=TRUE'
12+
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_static'
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)