Minor tweaks

This commit is contained in:
Tad 2019-07-03 08:47:17 -04:00
parent a29825f6e1
commit 4fe74583a9
3 changed files with 4 additions and 1 deletions

View File

@ -115,6 +115,7 @@ patchWorkspace() {
repopick 248600 248649; #/proc hardening
#repopick 249553; #bluetooth: drop connections with weak encryption keys
repopick 250940; #update webview
repopick -it n-asb-2019-07;
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails

View File

@ -84,9 +84,10 @@ 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 249549; #bluetooth: drop connections with weak encryption keys
repopick -it O_asb_2019-07;
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS/Defaults.sh";

View File

@ -65,6 +65,7 @@ patchWorkspace() {
source build/envsetup.sh;
repopick 249538; #update webview
repopick -it P_asb_2019-07;
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS/Defaults.sh";