mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-29 19:31:22 -04:00
Minor tweaks
- init.sh: sort options - overlay: leave radioScanningTimeout default - hardenDefconfig: disable more components with CVEs - cherry picks - 16.0: trebuchet: tmp fix for default workspace overlay
This commit is contained in:
parent
1c49b80da0
commit
60cf364f19
7 changed files with 27 additions and 16 deletions
|
@ -84,8 +84,9 @@ export -f buildAll;
|
|||
patchWorkspace() {
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
|
||||
|
||||
#source build/envsetup.sh;
|
||||
source build/envsetup.sh;
|
||||
#repopick 219020; #ab-neverallow-user
|
||||
repopick -it O_asb_2019-04;
|
||||
|
||||
source "$DOS_SCRIPTS/Patch.sh";
|
||||
source "$DOS_SCRIPTS/Defaults.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue