android: try to avoid build-time heap space problems
This commit is contained in:
parent
75a8193e62
commit
f9c99288da
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
org.gradle.jvmargs=-Xms512m -Xmx2048m -Dfile.encoding=UTF-8
|
Loading…
Reference in New Issue