mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04: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
|
@ -71,7 +71,7 @@ buildAll() {
|
|||
export -f buildAll;
|
||||
|
||||
patchWorkspace() {
|
||||
if [ "$MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$base/build $base/vendor/cm"; fi;
|
||||
if [ "$MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$prebuiltApps $base/build $base/device $base/vendor/cm"; fi;
|
||||
#source build/envsetup.sh;
|
||||
|
||||
source $scripts/Patch.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue