Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-03-11 22:35:10 -05:00
parent 015799737e
commit f65c7a4ccd
7 changed files with 14 additions and 14 deletions

View file

@ -79,9 +79,9 @@ buildAll() {
buildDevice bonito avb; #18.1 not compiling
buildDevice sargo avb;
#Intel
buildDevice fugu; #broken
#buildDevice fugu; #broken
#Tegra
buildDevice yellowstone; #broken
#buildDevice yellowstone; #broken
}
export -f buildAll;
@ -91,9 +91,9 @@ patchWorkspace() {
touch DOS_PATCHED_FLAG;
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
#source build/envsetup.sh;
source build/envsetup.sh;
#repopick -it ten-firewall;
#repopick -i 318916; #Fix kernel build with glibc 2.34
repopick -it Q_asb_2022-03;
sh "$DOS_SCRIPTS/Patch.sh";
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";