commit | ee42b2079d2210fa66636da5672ff3864036b61c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Apr 07 22:08:45 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 07 22:08:45 2020 +0000 |
tree | 3995241cc9b73013d457b1fc610856823b8b7c0f | |
parent | 3978d03fb70887e9a3fcd5685a01062e02e176eb [diff] | |
parent | 0f2c0ad8c3d59b5494799ddcf59827cc94ff8eb4 [diff] |
Merge "Support arch variant for data attribute" into rvc-dev
diff --git a/cc/test.go b/cc/test.go index 05e6fe5..1085d3a 100644 --- a/cc/test.go +++ b/cc/test.go
@@ -49,7 +49,7 @@ // list of files or filegroup modules that provide data that should be installed alongside // the test - Data []string `android:"path"` + Data []string `android:"path,arch_variant"` // list of compatibility suites (for example "cts", "vts") that the module should be // installed into.