mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-25 06:29:57 -04:00
Updates, logging, and churn
also add an extra March ASB patch for 17.1 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ca93ef33ce
commit
750f244304
31 changed files with 13678 additions and 57 deletions
|
@ -105,7 +105,7 @@ buildAll() {
|
|||
}
|
||||
export -f buildAll;
|
||||
|
||||
patchWorkspace() {
|
||||
patchWorkspaceReal() {
|
||||
umask 0022;
|
||||
cd "$DOS_BUILD_BASE/$1";
|
||||
touch DOS_PATCHED_FLAG;
|
||||
|
@ -134,7 +134,7 @@ patchWorkspace() {
|
|||
cd device/google/marlin/marlin && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
||||
cd device/google/marlin/sailfish && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
||||
}
|
||||
export -f patchWorkspace;
|
||||
export -f patchWorkspaceReal;
|
||||
|
||||
enableDexPreOpt() {
|
||||
cd "$DOS_BUILD_BASE/$1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue