diff --git a/cc/test.go b/cc/test.go index 05e6fe5e5..1085d3a69 100644 --- a/cc/test.go +++ b/cc/test.go @@ -49,7 +49,7 @@ type TestBinaryProperties struct { // 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.