We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9958a73 commit 9ede7bbCopy full SHA for 9ede7bb
laos_build.sh
@@ -185,6 +185,11 @@ function pick_unmerged_commits {
185
repopick -f -t P_asb_2023-08 || exit 1
186
#2023-09-05
187
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
193
echo
194
fi
195
if [ "${rev}" == "17.1" ]; then
0 commit comments