mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Further improve malware scanner
This commit is contained in:
parent
82758a5303
commit
82896187de
6 changed files with 38 additions and 27 deletions
|
@ -45,8 +45,8 @@ export GRADLE_OPTS="-Xmx2048m";
|
|||
|
||||
export NON_COMMERCIAL_USE_PATCHES=false; #Switch to false to prevent inclusion of non-commercial use patches
|
||||
|
||||
export MALWARE_SCAN_ON_PATCH=true; #Switch to true to perform a malware scan of certain directories before patching
|
||||
export MALWARE_SCAN_SETTING="quick"; #Options are quick, extra, slow, full
|
||||
export MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
|
||||
export MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options are quick, extra, slow, full
|
||||
|
||||
source $scriptsCommon"/Functions.sh";
|
||||
source $scripts"/Functions.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue