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
This commit is contained in:
@@ -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
|
||||
|
@@ -1107,7 +1107,6 @@ var (
|
||||
rlibDepTag = dependencyTag{name: "rlibTag", library: true}
|
||||
dylibDepTag = dependencyTag{name: "dylib", library: true, dynamic: true}
|
||||
procMacroDepTag = dependencyTag{name: "procMacro", procMacro: true}
|
||||
testPerSrcDepTag = dependencyTag{name: "rust_unit_tests"}
|
||||
sourceDepTag = dependencyTag{name: "source"}
|
||||
dataLibDepTag = dependencyTag{name: "data lib"}
|
||||
dataBinDepTag = dependencyTag{name: "data bin"}
|
||||
|
@@ -27,7 +27,7 @@ import (
|
||||
type TestProperties 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 "AndroidTest.xml") that should be
|
||||
|
Reference in New Issue
Block a user