Missing pick

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-02-19 15:37:12 -05:00
parent b2913e8170
commit 2706fc9d59
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
2 changed files with 3 additions and 2 deletions

View file

@ -129,6 +129,7 @@ git fetch https://github.com/LineageOS/android_external_expat refs/changes/53/33
git fetch https://github.com/LineageOS/android_external_expat refs/changes/54/338354/1 && git cherry-pick FETCH_HEAD;
git fetch https://github.com/LineageOS/android_external_expat refs/changes/55/338355/1 && git cherry-pick FETCH_HEAD;
git fetch https://github.com/LineageOS/android_external_expat refs/changes/56/338356/1 && git cherry-pick FETCH_HEAD;
git fetch https://github.com/LineageOS/android_external_expat refs/changes/28/349328/1 && git cherry-pick FETCH_HEAD; #P_asb_2023-02
fi;
if [ "$DOS_GRAPHENE_MALLOC" = true ]; then