summaryrefslogtreecommitdiff
path: root/tools/buildbot-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildbot-build.sh')
-rwxr-xr-xtools/buildbot-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh
index 8a1c10b3ea..b89efa2ae2 100755
--- a/tools/buildbot-build.sh
+++ b/tools/buildbot-build.sh
@@ -133,8 +133,6 @@ if [[ $build_target == "yes" ]]; then
make_command+=" event-log-tags"
# Needed to extract prebuilt APEXes.
make_command+=" deapexer"
- # Needed to generate the primary boot image for testing.
- make_command+=" generate-boot-image"
# Build/install the required APEXes.
make_command+=" ${apexes[*]}"
make_command+=" ${specific_targets}"