Skip to content

Commit 44ef0b7

Browse files
committed
Add October security patches
1 parent c300e1e commit 44ef0b7

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

laos_build.sh

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ function pick_unmerged_commits {
163163
repopick -f -t n-asb-2024-08 || exit 1
164164
#2024-09-05
165165
repopick -f -t n-asb-2024-09 || exit 1
166+
#2024-10-05
167+
repopick -f -t n-asb-2024-10 || exit 1
166168
#tzdb_N
167169
repopick -f -t tzdb_N || exit 1
168170
echo
@@ -244,6 +246,8 @@ function pick_unmerged_commits {
244246
repopick -f -t P_asb_2024-08 || exit 1
245247
#2024-09-05
246248
repopick -f -t P_asb_2024-09 || exit 1
249+
#2024-10-05
250+
repopick -f -t P_asb_2024-10 || exit 1
247251
echo
248252
fi
249253
if [ "${rev}" == "17.1" ]; then
@@ -335,35 +339,35 @@ function pick_unmerged_commits {
335339
repopick -t R_asb_2024-08 || exit 1
336340
#2024-09-05
337341
repopick -t R_asb_2024-09 || exit 1
342+
#2024-10-05
343+
repopick -t R_asb_2024-10 || exit 1
338344
echo
339345
fi
340346
if [ "${rev}" == "19.1" ]; then
341347
echo
342-
#2024-09-05
348+
#2024-10-05
343349
# repopick -f 394523 || exit 1
344350
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
345351
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
346-
repopick -t S_asb_2024-09 || exit 1
352+
repopick -t S_asb_2024-10 || exit 1
347353
echo
348354
fi
349355
if [ "${rev}" == "20.0" ]; then
350356
echo
351-
#2024-09-05
357+
#2024-10-05
352358
# repopick -f 394238 || exit 1
353359
# cp -v ./android/default.xml ./.repo/manifests/ || exit 1
354360
# repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 system/libfmq || exit 1
355-
repopick -p -t T_asb_2024-09 || exit 1
361+
repopick -p -t T_asb_2024-10 || exit 1
356362
echo
357363
fi
358364
if [ "${rev}" == "21.0" ]; then
359365
echo
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
366+
#2024-10-05
367+
repopick -f 405182 || exit 1
368+
cp -v ./android/default.xml ./.repo/manifests/ || exit 1
369+
repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 build/release libcore packages/modules/IntentResolver || exit 1
370+
repopick -p -t U_asb_2024-10 || exit 1
367371
echo
368372
fi
369373
return 0

0 commit comments

Comments
 (0)