diff options
| author | 2022-12-17 23:25:46 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:26 -0700 | |
| commit | bb2cbbfba3ba255c11953f2bcca912046519cfb1 (patch) | |
| tree | b72691480e35039d67c0bd703596f1ae214bdaa7 /src/android/gradle.properties | |
| parent | cmake: Integrate bundled FFmpeg for Android. (diff) | |
| download | yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.gz yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.xz yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.zip | |
android: Add Citra frontend.
Diffstat (limited to 'src/android/gradle.properties')
| -rw-r--r-- | src/android/gradle.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties new file mode 100644 index 000000000..8de505811 --- /dev/null +++ b/src/android/gradle.properties | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Project-wide Gradle settings. | ||
| 2 | # IDE (e.g. Android Studio) users: | ||
| 3 | # Gradle settings configured through the IDE *will override* | ||
| 4 | # any settings specified in this file. | ||
| 5 | # For more details on how to configure your build environment visit | ||
| 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html | ||
| 7 | # Specifies the JVM arguments used for the daemon process. | ||
| 8 | # The setting is particularly useful for tweaking memory settings. | ||
| 9 | android.enableJetifier=true | ||
| 10 | android.useAndroidX=true | ||
| 11 | org.gradle.jvmargs=-Xmx1536m | ||
| 12 | # When configured, Gradle will run in incubating parallel mode. | ||
| 13 | # This option should only be used with decoupled projects. More details, visit | ||
| 14 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
| 15 | # org.gradle.parallel=true | ||