diff options
author | 2024-05-21 13:46:22 -0700 | |
---|---|---|
committer | 2024-06-28 10:31:05 -0700 | |
commit | 3a02c7ba1a927e296fbdcc0a680701f908f8de74 (patch) | |
tree | 101c9c1be735b03eff01d312fb2cbc002fc22e89 /rust/benchmark.go | |
parent | 483b4c4b105dd6d1c3afdd7d4e39e339b04f8cb0 (diff) |
Remove test_per_src
Remove test_per_src, it never worked well and is incompatible
with all of the test infrastructure. Uses in the platform have
been removed, generally by replacing them with individual cc_test
modules.
Test: builds
Flag: TEST_ONLY
Change-Id: I257c035da35ca8358ae9423b46453878f54efeb1
Diffstat (limited to 'rust/benchmark.go')
-rw-r--r-- | rust/benchmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/benchmark.go b/rust/benchmark.go index c0f1e24d1..8c3e5151e 100644 --- a/rust/benchmark.go +++ b/rust/benchmark.go @@ -22,7 +22,7 @@ import ( type BenchmarkProperties struct { // Disables the creation of a test-specific directory when used with // relative_install_path. Useful if several tests need to be in the same - // directory, but test_per_src doesn't work. + // directory. No_named_install_directory *bool // the name of the test configuration (for example "AndroidBenchmark.xml") that should be |