Merge "Support arch variant for data attribute" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ee42b2079d
@@ -49,7 +49,7 @@ type TestBinaryProperties struct {
|
|||||||
|
|
||||||
// list of files or filegroup modules that provide data that should be installed alongside
|
// list of files or filegroup modules that provide data that should be installed alongside
|
||||||
// the test
|
// 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
|
// list of compatibility suites (for example "cts", "vts") that the module should be
|
||||||
// installed into.
|
// installed into.
|
||||||
|
Reference in New Issue
Block a user