mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
Churn
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
6de5e499fa
commit
11780d890f
9 changed files with 18 additions and 15 deletions
|
@ -83,6 +83,7 @@ patchWorkspace() {
|
|||
repopick -it P_asb_2022-08;
|
||||
repopick -it P_asb_2022-09;
|
||||
repopick -it P_asb_2022-10;
|
||||
repopick -it P_tzdata_2022;
|
||||
|
||||
sh "$DOS_SCRIPTS/Patch.sh";
|
||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||
|
|
|
@ -71,16 +71,16 @@ buildAll() {
|
|||
buildDevice aurora avb;
|
||||
buildDevice xz2c avb;
|
||||
#SD730
|
||||
buildDevice sunfish avb; #superseded
|
||||
#buildDevice sunfish avb; #superseded
|
||||
#SD632
|
||||
buildDevice FP3 avb;
|
||||
#SD750
|
||||
buildDevice FP4 avb; #unb #superseded
|
||||
#SD855
|
||||
buildDevice guacamole avb; #unb #superseded
|
||||
buildDevice guacamoleb avb; #unb #superseded
|
||||
buildDevice hotdog avb; #unb #superseded
|
||||
buildDevice hotdogb avb; #unb #superseded
|
||||
buildDevice guacamole avb; #superseded
|
||||
buildDevice guacamoleb avb; #superseded
|
||||
buildDevice hotdog avb; #superseded
|
||||
buildDevice hotdogb avb; #superseded
|
||||
#buildDevice coral avb; #superseded
|
||||
#buildDevice flame avb; #superseded
|
||||
buildDevice vayu avb;
|
||||
|
@ -114,6 +114,7 @@ patchWorkspace() {
|
|||
gpgVerifyGitHead "$DOS_BUILD_BASE/external/chromium-webview";
|
||||
|
||||
#source build/envsetup.sh;
|
||||
#repopick -it twelve-colors;
|
||||
|
||||
sh "$DOS_SCRIPTS/Patch.sh";
|
||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||
|
|
|
@ -101,6 +101,7 @@ patchWorkspace() {
|
|||
gpgVerifyGitHead "$DOS_BUILD_BASE/external/chromium-webview";
|
||||
|
||||
#source build/envsetup.sh;
|
||||
#repopick -it 13-legacy-RIL-fixes;
|
||||
|
||||
sh "$DOS_SCRIPTS/Patch.sh";
|
||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||
|
|
|
@ -167,7 +167,7 @@ export KBUILD_BUILD_HOST="dosbm";
|
|||
export BUILD_USERNAME="emy";
|
||||
export BUILD_HOSTNAME="dosbm";
|
||||
|
||||
export ANDROID_JACK_VM_ARGS="-Xmx8192m -Xms512m -Dfile.encoding=UTF-8 -XX:+TieredCompilation";
|
||||
export ANDROID_JACK_VM_ARGS="-Xmx12288m -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