mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-04 23:45:07 -04:00
14/15/16: Fix compile failure with modern kernels
2226578
https://groups.google.com/g/Android-building/c/ZfUQQWt_ABI
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
8d4d73d65c
commit
8bfedda18b
6 changed files with 43 additions and 2 deletions
|
@ -167,7 +167,7 @@ export KBUILD_BUILD_HOST="dosbm";
|
|||
export BUILD_USERNAME="emy";
|
||||
export BUILD_HOSTNAME="dosbm";
|
||||
|
||||
export ANDROID_JACK_VM_ARGS="-Xmx12288m -Xms512m -Dfile.encoding=UTF-8 -XX:+TieredCompilation";
|
||||
export ANDROID_JACK_VM_ARGS="-Xmx8192m -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue