Merge "Build the general tests host shared libs." into main am: d84d2b056c
Original change: https://android-review.googlesource.com/c/platform/build/+/2971976 Change-Id: I59e7949dcd4ed111d9394c69662cbe227ff8d39b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f7ec772748
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue