mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-19 23:00:37 -04:00
Update cherrypicks
This commit is contained in:
parent
dc5b1d91f2
commit
a21a6acaa8
8 changed files with 8 additions and 26 deletions
|
@ -109,7 +109,6 @@ patchWorkspace() {
|
|||
|
||||
source build/envsetup.sh;
|
||||
repopick -it O_asb_2020-11;
|
||||
repopick -fi 291725; #update webview
|
||||
|
||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||
|
||||
|
|
|
@ -81,6 +81,9 @@ patch -p1 < "$DOS_PATCHES/android_device_qcom_sepolicy/0001-Camera_Fix.patch"; #
|
|||
enterAndClear "external/aac";
|
||||
git pull "https://github.com/LineageOS/android_external_aac" refs/changes/01/291401/1; #O_asb_2020-11
|
||||
|
||||
enterAndClear "external/freetype";
|
||||
git pull "https://github.com/LineageOS/android_external_freetype" refs/changes/67/291967/1; #CVE-2020-15999
|
||||
|
||||
enterAndClear "external/svox";
|
||||
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue