diff options
Diffstat (limited to 'cc/test.go')
| -rw-r--r-- | cc/test.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/test.go b/cc/test.go index d3556bf97..145b5b088 100644 --- a/cc/test.go +++ b/cc/test.go @@ -20,6 +20,7 @@ import ( "strings" "android/soong/android" + "github.com/google/blueprint" ) @@ -41,6 +42,10 @@ type TestBinaryProperties struct { // list of files or filegroup modules that provide data that should be installed alongside // the test Data []string + + // list of compatibility suites (for example "cts", "vts") that the module should be + // installed into. + Test_suites []string } func init() { |