commit | ea70ea948aa16586f403ac51f6e95f796861114b | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Tue Nov 26 13:35:51 2019 -0800 |
committer | Hall Liu <hallliu@google.com> | Tue Nov 26 17:04:52 2019 -0800 |
tree | c3000e7f9d508345a06e73664d9c2efb125ea0f6 | |
parent | 5a301bafb19ef6e06cc7222a740b49cf7dd76f70 [diff] |
Add mts to build file Bug: 145232009 Test: mts Change-Id: I462aa07f6728f714a268f2152d3a9030f9c7bb9a
diff --git a/tests/Android.bp b/tests/Android.bp index 7a59651..7c51a0d 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -37,6 +37,9 @@ "truth-prebuilt", ], - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "mts", + ], }