Churn + Fixes

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-06-19 23:57:56 -04:00
parent fcd8808b35
commit f1c027ecac
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
15 changed files with 46 additions and 45 deletions

View file

@ -62,9 +62,10 @@ buildAll() {
#Intel
buildDevice fugu;
#Tegra
buildDevice dragon verity;
cd "$DOS_BUILD_BASE/bionic" && git apply --reverse "$DOS_PATCHES/android_bionic/0001-HM-Use_HM.patch" && cd "$DOS_BUILD_BASE";
buildDevice flounder verity;
buildDevice flounder_lte verity;
buildDevice dragon verity;
}
export -f buildAll;