From 4fe74583a904b4e8af278448f1964a52efb7fee8 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 3 Jul 2019 08:47:17 -0400 Subject: [PATCH] Minor tweaks --- Scripts/LineageOS-14.1/Functions.sh | 1 + Scripts/LineageOS-15.1/Functions.sh | 3 ++- Scripts/LineageOS-16.0/Functions.sh | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index fcd4b2be..e6e81dce 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -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 diff --git a/Scripts/LineageOS-15.1/Functions.sh b/Scripts/LineageOS-15.1/Functions.sh index 3994924e..3357531b 100644 --- a/Scripts/LineageOS-15.1/Functions.sh +++ b/Scripts/LineageOS-15.1/Functions.sh @@ -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"; diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index 5a84cace..bad271ca 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -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";