Skip to content

Commit 2887c74

Browse files
committed
Add comment
1 parent 27f5b84 commit 2887c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. For more details, visit
1212
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
13+
# Parallel builds are disabled because this project contains multiple native (C++)
14+
# sub-builds with inter-dependencies that are not visible to Gradle,
15+
# which can lead to race conditions.
1316
org.gradle.parallel=false
1417
# AndroidX package structure to make it clearer which packages are bundled with the
1518
# Android operating system, and which are packaged with your app's APK

0 commit comments

Comments
 (0)