summaryrefslogtreecommitdiff
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorGravatar bunnei2022-12-17 23:25:46 -0800
committerGravatar bunnei2023-06-03 00:05:26 -0700
commitbb2cbbfba3ba255c11953f2bcca912046519cfb1 (patch)
treeb72691480e35039d67c0bd703596f1ae214bdaa7 /src/android/gradle.properties
parentcmake: Integrate bundled FFmpeg for Android. (diff)
downloadyuzu-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.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 @@
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.
9android.enableJetifier=true
10android.useAndroidX=true
11org.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