Minor changes

This commit is contained in:
Tad 2018-10-20 13:13:32 -04:00
parent 95959a0d89
commit 4f488269ff
2 changed files with 2 additions and 4 deletions

View file

@ -125,7 +125,9 @@ export KBUILD_BUILD_HOST="dosbm";
export ANDROID_JACK_VM_ARGS="-Xmx6144m -Xms512m -Dfile.encoding=UTF-8 -XX:+TieredCompilation";
export JACK_SERVER_VM_ARGUMENTS="${ANDROID_JACK_VM_ARGS}";
export EXPERIMENTAL_USE_JAVA8=true;
export GRADLE_OPTS="-Xmx2048m";
export TZ=:/etc/localtime;
export LC_ALL=C;
alias patch='patch --no-backup-if-mismatch';