mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
20.0: bringup avicii
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ef2fdb1d3e
commit
fd1becb8c4
7 changed files with 95 additions and 3 deletions
|
@ -884,6 +884,7 @@ export -f deblobVendorBp;
|
|||
#
|
||||
#START OF DEBLOBBING
|
||||
#
|
||||
cd "$DOS_BUILD_BASE";
|
||||
find build -name "*.mk" -type f -print0 | xargs -0 -n 1 -P 8 -I {} bash -c 'awk -i inplace "!/$makes/" "{}"'; #Deblob all makefiles
|
||||
find device -maxdepth 2 -mindepth 2 -type d -exec bash -c 'deblobDevice "$0"' {} \;; #Deblob all device directories
|
||||
find device -name "*.mk" -type f -print0 | xargs -0 -n 1 -P 8 -I {} bash -c 'awk -i inplace "!/$makes/" "{}"'; #Deblob all makefiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue