summaryrefslogtreecommitdiffstats
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-12-18 08:25:46 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:26 +0200
commitbb2cbbfba3ba255c11953f2bcca912046519cfb1 (patch)
treeb72691480e35039d67c0bd703596f1ae214bdaa7 /src/android/gradle.properties
parentcmake: Integrate bundled FFmpeg for Android. (diff)
downloadyuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.gz
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.bz2
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.lz
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.xz
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.tar.zst
yuzu-bb2cbbfba3ba255c11953f2bcca912046519cfb1.zip
Diffstat (limited to 'src/android/gradle.properties')
-rw-r--r--src/android/gradle.properties15
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 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+android.enableJetifier=true
+android.useAndroidX=true
+org.gradle.jvmargs=-Xmx1536m
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true