Skip to content

Commit 9ede7bb

Browse files
committed
Missing los16.0 patches
1 parent 9958a73 commit 9ede7bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

laos_build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ function pick_unmerged_commits {
185185
repopick -f -t P_asb_2023-08 || exit 1
186186
#2023-09-05
187187
repopick -f -t P_asb_2023-09 || exit 1
188+
#2023-10-05
189+
repopick -f 370704 || exit 1
190+
cp -v ./android/default.xml ./.repo/manifests/ || exit 1
191+
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/libxml2 || exit 1
192+
repopick -f -t P_asb_2023-10 || exit 1
188193
echo
189194
fi
190195
if [ "${rev}" == "17.1" ]; then

0 commit comments

Comments
 (0)