Skip to content

Commit a375969

Browse files
committed
Add August security patches
1 parent 51a2337 commit a375969

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

laos_build.sh

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ function pick_unmerged_commits {
159159
repopick -f -t n-asb-2024-06 || exit 1
160160
#2024-07-05
161161
repopick -f -t n-asb-2024-07 || exit 1
162+
#2024-08-05
163+
repopick -f -t n-asb-2024-08 || exit 1
162164
#tzdb2021c_N
163165
repopick -f -t tzdb_N || exit 1
164166
echo
@@ -236,6 +238,8 @@ function pick_unmerged_commits {
236238
repopick -f -t P_asb_2024-06 || exit 1
237239
#2024-07-05
238240
repopick -f -t P_asb_2024-07 || exit 1
241+
#2024-08-05
242+
repopick -f -t P_asb_2024-08 || exit 1
239243
echo
240244
fi
241245
if [ "${rev}" == "17.1" ]; then
@@ -297,7 +301,7 @@ function pick_unmerged_commits {
297301
repopick -f -t Q_asb_2024-05 || exit 1
298302
#2024-06-05
299303
repopick -f -t Q_asb_2024-06 || exit 1
300-
#2024-05-07
304+
#2024-07-05
301305
repopick -f -t Q_asb_2024-07 || exit 1
302306
echo
303307
fi
@@ -313,38 +317,43 @@ function pick_unmerged_commits {
313317
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/sonivox || exit 1
314318
repopick -t R_asb_2024-05 || exit 1
315319
#2024-06-05
320+
repopick -f 399744 || exit 1
321+
cp -v ./android/default.xml ./.repo/manifests/ || exit 1
322+
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
316323
repopick -t R_asb_2024-06 || exit 1
317324
#2024-07-05
318325
repopick -t R_asb_2024-07 || exit 1
326+
#2024-08-05
327+
repopick -t R_asb_2024-08 || exit 1
319328
echo
320329
fi
321330
if [ "${rev}" == "19.1" ]; then
322331
echo
323-
#2024-07-05
332+
#2024-08-05
324333
# repopick -f 394523 || exit 1
325334
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
326335
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
327-
repopick -t S_asb_2024-07 || exit 1
336+
repopick -t S_asb_2024-08 || exit 1
328337
echo
329338
fi
330339
if [ "${rev}" == "20.0" ]; then
331340
echo
332-
#2024-07-05
341+
#2024-08-05
333342
# repopick -f 394238 || exit 1
334343
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
335344
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
336-
repopick -p -t T_asb_2024-07 || exit 1
345+
repopick -p -t T_asb_2024-08 || exit 1
337346
echo
338347
fi
339348
if [ "${rev}" == "21.0" ]; then
340349
echo
341-
#2024-07-05
342-
repopick -f 396638 || exit 1
350+
#2024-08-05
351+
repopick -f 399353 || exit 1
343352
cp -v ./android/default.xml ./.repo/manifests/ || exit 1
344353
cp -v ./android/snippets/lineage.xml ./.repo/manifests/snippets/ || exit 1
345354
cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
346355
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 || exit 1
347-
repopick -p -t U_asb_2024-07 || exit 1
356+
repopick -p -t U_asb_2024-08 || exit 1
348357
echo
349358
fi
350359
return 0

0 commit comments

Comments
 (0)