Support arch variant for data attribute

Bug: 143220441
Test: atest VtsHalDrmV1_2TargetTest
Change-Id: I2381f78b486852da267caa363b4c4cb5660c9055
This commit is contained in:
Dan Shi 2020-02-25 16:34:39 -08:00
parent 1876a76216
commit 67a8834735

View file

@ -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.