diff options
| author | 2021-10-07 15:34:46 +0100 | |
|---|---|---|
| committer | 2021-10-13 15:42:13 +0000 | |
| commit | af9aa668c6cdd2ca4e946c8bab87e9e64d0f37d6 (patch) | |
| tree | 0e0bb3c97815acf5709b21724c3e4809ba210881 /compiler/utils/assembler.h | |
| parent | 4eb4f23df479be7029eb34ad8a8b99c7f28261c2 (diff) | |
Add option to skip building the run tests in buildbot-build.sh.
With the run test compilation moved to the build step
(https://r.android.com/1794531), it takes a lot longer. Add an option
to skip it, in case the caller doesn't intend to run the run tests.
This unearthed a few missing dependencies in system/lib(64) when
building gtests only. One reason it's necessary to add them here is
that prebuilts don't retain the source shared_lib dependencies.
Test: art/tools/buildbot-build.sh --installclean \
--skip-run-tests-build && \
art/tools/buildbot-teardown-device.sh && \
art/tools/buildbot-cleanup-device.sh && \
art/tools/buildbot-setup-device.sh && \
art/tools/buildbot-sync.sh && \
art/tools/run-gtests.sh && \
m TARGET_BUILD_UNBUNDLED=true test-art-host-gtest
on master-art
Test: art/tools/buildbot-build.sh --installclean && \
art/tools/buildbot-teardown-device.sh && \
art/tools/buildbot-cleanup-device.sh && \
art/tools/buildbot-setup-device.sh && \
art/tools/buildbot-sync.sh && \
art/test/testrunner/testrunner.py --target --64 --optimizing && \
art/test/testrunner/testrunner.py --host --64 --optimizing
on master-art
Bug: 147814778
Change-Id: Iff15ccdc1113d19289176447fc42a40a3005bfd1
Diffstat (limited to 'compiler/utils/assembler.h')
0 files changed, 0 insertions, 0 deletions