Merge "Support arch variant for data attribute" am: 6f9bfc01a2
Change-Id: I0568135c66bdefb7c060a9fc0c0280e68a034877
This commit is contained in:
commit
a3cc927fdb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue