commit | 1c14a21994da900427d9d2a26ac9ef3a3ea4c066 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue May 12 15:26:55 2020 -0700 |
committer | Liz Kammer <eakammer@google.com> | Wed May 13 10:17:30 2020 -0700 |
tree | b2626e8812d1061c6c55a1877ab30473d5b57f6e | |
parent | c81f967ddd52fac128a7f6404cf46a2e6946688d [diff] [blame] |
Add test data dependencies to APEX. Test: soong go tests Bug: 155820504 Change-Id: If96d82c27f19953e34efb31f2111f1643c0c4008
diff --git a/cc/test.go b/cc/test.go index b1f8eec..254eae6 100644 --- a/cc/test.go +++ b/cc/test.go
@@ -160,6 +160,10 @@ 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 == ""