Add test data dependencies to APEX.
Test: soong go tests Bug: 155820504 Change-Id: If96d82c27f19953e34efb31f2111f1643c0c4008
This commit is contained in:
@@ -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 == ""
|
||||
|
Reference in New Issue
Block a user