Merge "Add test data dependencies to APEX."

This commit is contained in:
Liz Kammer
2020-05-14 15:06:49 +00:00
committed by Gerrit Code Review
7 changed files with 61 additions and 3 deletions

View File

@@ -160,6 +160,10 @@ func (test *testBinary) srcs() []string {
return test.baseCompiler.Properties.Srcs
}
func (test *testBinary) dataPaths() android.Paths {
return test.data
}
func (test *testBinary) isAllTestsVariation() bool {
stem := test.binaryDecorator.Properties.Stem
return stem != nil && *stem == ""