mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-20 15:20:30 -04:00
More cleanup
This commit is contained in:
parent
92dcea3b7d
commit
62cba6a878
7 changed files with 4 additions and 21 deletions
|
@ -96,11 +96,6 @@ patchWorkspace() {
|
|||
source "$DOS_SCRIPTS_COMMON/Deblob.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Patch_CVE.sh";
|
||||
source build/envsetup.sh;
|
||||
|
||||
#Deblobbing fixes
|
||||
##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";
|
||||
cd device/google/marlin/sailfish && ./setup-makefiles.sh && cd "$DOS_BUILD_BASE";
|
||||
}
|
||||
export -f patchWorkspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue