Update AOSP CVE list to August patches

This commit is contained in:
Tad 2020-08-05 01:53:50 -04:00
parent af54500797
commit 7cd6df559c
6 changed files with 42 additions and 1 deletions

View file

@ -118,6 +118,7 @@ patchWorkspace() {
repopick -it n_asb_09-2018-qcom;
repopick -it ibss-mode-nougat;
repopick -i 282389; #update webview
repopick -it n-asb-2020-08;
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails

View file

@ -125,6 +125,7 @@ patchWorkspace() {
source build/envsetup.sh;
repopick -i 232948; #wahoo: liblight: close fd
repopick -i 282389; #update webview
repopick -it P_asb_2020-08;
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS/Defaults.sh";