Skip to content

Commit

Permalink
Build the general tests host shared libs.
Browse files Browse the repository at this point in the history
Build general-tests-shared-libs as it's an expected output of building
general-tests.

Test: BUILD_NUMBER="P0" ./build/make/ci/build_test_suites --target_product aosp_x86_64
--target_release trunk_staging --with_dexpreopt_boot_img_and_system_server_only --dist_dir <dist_dir> --change_info <change_info_file> <extra_targets>
Bug: 314171817

Change-Id: I2c18f41079d6db8621299734398b7a9df64930db
  • Loading branch information
Luca Farsi committed Feb 21, 2024
1 parent 9d24ed0 commit 5722c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def build_affected_modules(args: argparse.Namespace):
# Call the build command with everything.
build_command = base_build_command(args)
build_command.extend(modules_to_build)
# When not building general-tests we also have to build the general tests
# shared libs.
build_command.append('general-tests-shared-libs')

run_command(build_command, print_output=True)

Expand Down

0 comments on commit 5722c94

Please sign in to comment.