Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-11-09 17:13:44 -05:00
parent 0b102adb1d
commit 77b7de4b1e
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
8 changed files with 30 additions and 26 deletions

View file

@ -110,10 +110,10 @@ buildAll() {
buildDevice hotdogb avb;
buildDevice coral avb;
buildDevice flame avb;
buildDevice vayu avb;
#buildDevice vayu avb; #XXX: no Wi-Fi
#SD730
buildDevice sunfish avb;
buildDevice davinci avb;
#buildDevice davinci avb; #XXX: no Wi-Fi
#SD632
buildDevice FP3 avb;
#SD865
@ -161,6 +161,7 @@ patchWorkspaceReal() {
source build/envsetup.sh;
repopick -i 361248; #Launcher3: Allow toggling monochrome icons for all apps
repopick -it T_asb_2023-11 -e 373323;
sh "$DOS_SCRIPTS/Patch.sh";
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";