diff options
author | 2025-02-13 06:22:48 +0000 | |
---|---|---|
committer | 2025-02-18 18:05:57 -0800 | |
commit | b47314beb4171e93a4056d568379a5faad82c3cb (patch) | |
tree | b403995c8f3e2ada945132d39a7003f7609c3c9f /compiler/common_compiler_test.cc | |
parent | 2f42cd2d9aff11539139cfe7b2ce9f309a92e12b (diff) |
art: Refactor buildbot-build.sh to run test targets directly
`build-art-host-gtests` and `build-art-target-gtests` are PHONY targets
that only copy dependencies to `$(HOST_OUT)`. They are not required for
the execution of `art-run-test-host-data`, `art-run-test-jvm-data`, and
`art-run-test-target-data`.
These test targets (art-run-test-host-data, art-run-test-jvm-data, and
art-run-test-target-data) have been converted to Android.bp and are
now independent. Therefore, they can be executed directly without first
building `build-art-host-gtests` and `build-art-target-gtests`.
This change modifies art/tools/buildbot-build.sh to directly execute
these Android.bp test targets, removing the unnecessary building of
`build-art-host-gtests` and `build-art-target-gtests`.
This refactoring streamlines the build process in CI, reducing
redundant build steps and potential points of failure.
Bug: 388015096
Bug: 395776750
Bug: 395776112
Test: CIs
Change-Id: If68b5ccaf9c715053e9e798b00f53fc414840d93
Diffstat (limited to 'compiler/common_compiler_test.cc')
0 files changed, 0 insertions, 0 deletions