mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-13 08:29:28 -05:00
functions: do not fail if not building pixel devices
Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.com>
This commit is contained in:
parent
25da5b3f74
commit
fb8ee6e2eb
@ -139,8 +139,8 @@ patchWorkspaceReal() {
|
|||||||
|
|
||||||
#Deblobbing fixes
|
#Deblobbing fixes
|
||||||
##setup-makefiles doesn't execute properly for some devices, running it twice seems to fix whatever is wrong
|
##setup-makefiles doesn't execute properly for some devices, running it twice seems to fix whatever is wrong
|
||||||
cd device/google/marlin/marlin && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
[[ -d device/google/marlin/marlin ]] && cd device/google/marlin/marlin && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
||||||
cd device/google/marlin/sailfish && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
[[ -d device/google/marlin/sailfish ]] && cd device/google/marlin/sailfish && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
||||||
}
|
}
|
||||||
export -f patchWorkspaceReal;
|
export -f patchWorkspaceReal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user