@@ -183,6 +183,8 @@ function pick_unmerged_commits {
183183 repopick -f -t n-asb-2025-02 || exit 1
184184 # 2025-03-05
185185 repopick -f -t n-asb-2025-03 || exit 1
186+ # 2025-04-05
187+ repopick -f -t n-asb-2025-04 || exit 1
186188 # tzdb_N
187189 repopick -f -t tzdb_N || exit 1
188190 echo
@@ -279,6 +281,8 @@ function pick_unmerged_commits {
279281 repopick -f -t P_asb_2025-02 || exit 1
280282 # 2025-03-05
281283 repopick -f -t P_asb_2025-03 || exit 1
284+ # 2025-04-05
285+ repopick -f -t P_asb_2025-04 || exit 1
282286 echo
283287 fi
284288 if [ " ${rev} " == " 17.1" ]; then
@@ -364,6 +368,8 @@ function pick_unmerged_commits {
364368 cp -v ./android/default.xml ./.repo/manifests || exit 1
365369 repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast external/dng_sdk 2>&1 || exit 1
366370 repopick -t Q_asb_2025-03 || exit 1
371+ # 2025-04-05
372+ repopick -t Q_asb_2025-04 || exit 1
367373 echo
368374 fi
369375 if [ " ${rev} " == " 18.1" ]; then
@@ -409,6 +415,8 @@ function pick_unmerged_commits {
409415 cp -v ./android/default.xml ./.repo/manifests/ || exit 1
410416 repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/dng_sdk || exit 1
411417 repopick -t R_asb_2025-03 || exit 1
418+ # 2025-04-05
419+ repopick -t R_asb_2025-04 || exit 1
412420 echo
413421 fi
414422 if [ " ${rev} " == " 19.1" ]; then
@@ -418,24 +426,37 @@ function pick_unmerged_commits {
418426 cp -v ./android/default.xml ./.repo/manifests/ || exit 1
419427 repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/dng_sdk || exit 1
420428 repopick -t S_asb_2025-03 || exit 1
429+ # 2025-04-05
430+ repopick -t S_asb_2025-04 || exit 1
421431 echo
422432 fi
423433 if [ " ${rev} " == " 20.0" ]; then
424434 echo
425- # 2025-03 -05
426- repopick -f 421011 || exit 1
435+ # 2025-04 -05
436+ repopick -f 428045 || exit 1
427437 cp -v ./android/default.xml ./.repo/manifests/ || exit 1
428- repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/dng_sdk || exit 1
429- repopick -p -t T_asb_2025-03 || exit 1
438+ repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 packages/modules/IntentResolver || exit 1
439+ repopick -p -t T_asb_2025-04 || exit 1
430440 echo
431441 fi
432442 if [ " ${rev} " == " 21.0" ]; then
433443 echo
434- # 2025-03-05
435- repopick -f 420932 || exit 1
436- cp -v ./android/default.xml ./.repo/manifests/ || exit 1
437- repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/dng_sdk || exit 1
438- repopick -p -t U_asb_2025-03 || exit 1
444+ # 2025-04-05
445+ # repopick -f 420932 || exit 1
446+ # cp -v ./android/default.xml ./.repo/manifests/ || exit 1
447+ # repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 external/dng_sdk || exit 1
448+ repopick -p -t U_asb_2025-04 || exit 1
449+ echo
450+ fi
451+ if [ " ${rev} " == " 22.2" ]; then
452+ echo
453+ # 2025-04-05
454+ # repopick -f 417621 || exit 1
455+ # cp -v ./android/default.xml ./.repo/manifests/ || exit 1
456+ # cp -v ./android/snippets/pixel.xml ./.repo/manifests/snippets/ || exit 1
457+ # repo sync -v -j 1 -c --no-tags --no-clone-bundle --force-sync --fail-fast 2>&1 || exit 1
458+ repopick -p -t V_asb_2025-04 || exit 1
459+ repopick -p -t V_asb_2025-04_pixel || exit 1
439460 echo
440461 fi
441462 return 0
0 commit comments