Missing patches for 16.0 + Churn

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-01-08 07:40:35 -05:00
parent 10c1d825c2
commit 57d951ccb5
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
9 changed files with 31 additions and 29 deletions

View file

@ -87,7 +87,7 @@ patchWorkspace() {
repopick -it P_tzdata_2022;
repopick -it P_asb_2022-11 -e 344200;
repopick -it P_asb_2022-12 -e 345931;
repopick -it P_asb_2023-01;
repopick -it P_asb_2023-01 -e 347129;
sh "$DOS_SCRIPTS/Patch.sh";
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";

View file

@ -120,6 +120,8 @@ fi;
if enterAndClear "external/dtc"; then
git fetch https://github.com/LineageOS/android_external_dtc refs/changes/96/342096/1 && git cherry-pick FETCH_HEAD; #P_asb_2022-10
git fetch https://github.com/LineageOS/android_external_dtc refs/changes/61/344161/1 && git cherry-pick FETCH_HEAD; #P_asb_2022-11
git fetch https://github.com/LineageOS/android_external_dtc refs/changes/91/345891/1 && git cherry-pick FETCH_HEAD; #P_asb_2022-12
fi;
if enterAndClear "external/expat"; then