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:
@@ -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