diff options
| author | 2023-06-06 11:19:20 -0600 | |
|---|---|---|
| committer | 2023-06-06 11:19:20 -0600 | |
| commit | d967ab8e79935e2f438f8b2dcc70646d9a8646a8 (patch) | |
| tree | 464b10f70d1e5b7e33f27ad16b202229242c811d /src/android | |
| parent | Merge pull request #10641 from 8bitDream/ci-android (diff) | |
| parent | android: Improve Gradle build configuration (diff) | |
| download | yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.gz yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.xz yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.zip | |
Merge pull request #10643 from 8bitDream/gradle-config
android: Improve Gradle build configuration
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties index 653a35ce8..e2f278f33 100644 --- a/src/android/gradle.properties +++ b/src/android/gradle.properties | |||
| @@ -9,8 +9,9 @@ | |||
| 9 | # http://www.gradle.org/docs/current/userguide/build_environment.html | 9 | # http://www.gradle.org/docs/current/userguide/build_environment.html |
| 10 | # Specifies the JVM arguments used for the daemon process. | 10 | # Specifies the JVM arguments used for the daemon process. |
| 11 | # The setting is particularly useful for tweaking memory settings. | 11 | # The setting is particularly useful for tweaking memory settings. |
| 12 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | 12 | org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
| 13 | android.useAndroidX=true | 13 | android.useAndroidX=true |
| 14 | # Kotlin code style for this project: "official" or "obsolete": | 14 | # Kotlin code style for this project: "official" or "obsolete": |
| 15 | kotlin.code.style=official | 15 | kotlin.code.style=official |
| 16 | kotlin.parallel.tasks.in.project=true | ||
| 16 | android.defaults.buildfeatures.buildconfig=true | 17 | android.defaults.buildfeatures.buildconfig=true |