Update bp2build-progress with new APEXes.

adbd and com.android.adbd are now building.

Test: CI
Change-Id: Ia5ac840d9427f5d869599c84e3f3dfd99dc68800
diff --git a/ci/bp2build.sh b/ci/bp2build.sh
index c28ba21..c8b882a 100755
--- a/ci/bp2build.sh
+++ b/ci/bp2build.sh
@@ -88,8 +88,9 @@
 # Generate bp2build progress reports and graphs for these modules into the dist
 # dir so that they can be downloaded from the CI artifact list.
 BP2BUILD_PROGRESS_MODULES=(
-  adbd
-  com.android.adbd
+  com.android.runtime
+  com.android.neuralnetworks
+  com.android.media.swcodec
 )
 bp2build_progress_script="${AOSP_ROOT}/build/bazel/scripts/bp2build-progress/bp2build-progress.py"
 bp2build_progress_output_dir="${DIST_DIR}/bp2build-progress"