From 7e015871db08c5d99d68f9d54291ee50fea5505f Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Thu, 30 Jan 2020 14:49:01 -0800 Subject: [PATCH] Add adbd_test to mts. Bug: http://b/137798163 Test: mts-tradefed run mts-adbd Change-Id: I875f224bbcd7b1f81365fffdd8de8d2df4e87c84 --- adb/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/Android.bp b/adb/Android.bp index 7c5e3ea69..2a56f0faf 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -651,7 +651,7 @@ cc_test { "libmdnssd", "libselinux", ], - test_suites: ["device-tests"], + test_suites: ["device-tests", "mts"], require_root: true, }