mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-28 03:10:44 -05:00
Deblobber: Use wildcards to remove more blobs
This commit is contained in:
parent
82896187de
commit
dd340b087e
3 changed files with 18 additions and 18 deletions
|
|
@ -70,7 +70,7 @@ buildAll() {
|
|||
export -f buildAll;
|
||||
|
||||
patchWorkspace() {
|
||||
if [ "$MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$base/build $base/vendor/lineage"; fi;
|
||||
if [ "$MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$prebuiltApps $base/build $base/device $base/vendor/lineage"; fi;
|
||||
|
||||
source build/envsetup.sh;
|
||||
repopick -f 206123; #bionic: Sort and cache hosts file data for fast lookup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue