Skip to content

Commit 6430246

Browse files
committed
Add September security patches
1 parent a375969 commit 6430246

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

laos_build.sh

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ function pick_unmerged_commits {
161161
repopick -f -t n-asb-2024-07 || exit 1
162162
#2024-08-05
163163
repopick -f -t n-asb-2024-08 || exit 1
164-
#tzdb2021c_N
164+
#2024-09-05
165+
repopick -f -t n-asb-2024-09 || exit 1
166+
#tzdb_N
165167
repopick -f -t tzdb_N || exit 1
166168
echo
167169
fi
@@ -240,6 +242,8 @@ function pick_unmerged_commits {
240242
repopick -f -t P_asb_2024-07 || exit 1
241243
#2024-08-05
242244
repopick -f -t P_asb_2024-08 || exit 1
245+
#2024-09-05
246+
repopick -f -t P_asb_2024-09 || exit 1
243247
echo
244248
fi
245249
if [ "${rev}" == "17.1" ]; then
@@ -303,6 +307,10 @@ function pick_unmerged_commits {
303307
repopick -f -t Q_asb_2024-06 || exit 1
304308
#2024-07-05
305309
repopick -f -t Q_asb_2024-07 || exit 1
310+
#2024-08-05
311+
repopick -f -t Q_asb_2024-08 || exit 1
312+
#2024-09-05
313+
repopick -f -t Q_asb_2024-09 || exit 1
306314
echo
307315
fi
308316
if [ "${rev}" == "18.1" ]; then
@@ -325,35 +333,37 @@ function pick_unmerged_commits {
325333
repopick -t R_asb_2024-07 || exit 1
326334
#2024-08-05
327335
repopick -t R_asb_2024-08 || exit 1
336+
#2024-09-05
337+
repopick -t R_asb_2024-09 || exit 1
328338
echo
329339
fi
330340
if [ "${rev}" == "19.1" ]; then
331341
echo
332-
#2024-08-05
342+
#2024-09-05
333343
# repopick -f 394523 || exit 1
334344
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
335345
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
336-
repopick -t S_asb_2024-08 || exit 1
346+
repopick -t S_asb_2024-09 || exit 1
337347
echo
338348
fi
339349
if [ "${rev}" == "20.0" ]; then
340350
echo
341-
#2024-08-05
351+
#2024-09-05
342352
# repopick -f 394238 || exit 1
343353
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
344354
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
345-
repopick -p -t T_asb_2024-08 || exit 1
355+
repopick -p -t T_asb_2024-09 || exit 1
346356
echo
347357
fi
348358
if [ "${rev}" == "21.0" ]; then
349359
echo
350-
#2024-08-05
351-
repopick -f 399353 || exit 1
352-
cp -v ./android/default.xml ./.repo/manifests/ || exit 1
353-
cp -v ./android/snippets/lineage.xml ./.repo/manifests/snippets/ || exit 1
354-
cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
355-
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 || exit 1
356-
repopick -p -t U_asb_2024-08 || exit 1
360+
#2024-09-05
361+
# repopick -f 399353 || exit 1
362+
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
363+
# cp -v ./android/snippets/lineage.xml ./.repo/manifests/snippets/ || exit 1
364+
# cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
365+
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 || exit 1
366+
repopick -p -t U_asb_2024-09 || exit 1
357367
echo
358368
fi
359369
return 0

0 commit comments

Comments
 (0)