android: try to avoid build-time heap space problems

This commit is contained in:
Eric Warmenhoven 2025-06-11 16:27:25 -04:00
parent 75a8193e62
commit f9c99288da
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -148,7 +148,6 @@ wiiu/wut/elf2rpl/elf2rpl
/pkg/android/phoenix/bin/
/pkg/android/phoenix/gen/
/pkg/android/phoenix/local.properties
/pkg/android/phoenix/gradle.properties
/pkg/android/phoenix/.gradle
/pkg/android/phoenix/.externalNativeBuild
/pkg/android/phoenix/build

View File

@ -0,0 +1 @@
org.gradle.jvmargs=-Xms512m -Xmx2048m -Dfile.encoding=UTF-8