aboutsummaryrefslogtreecommitdiff
path: root/pairing_auth
diff options
context:
space:
mode:
authorJoshua Duong <joshuaduong@google.com>2022-05-02 23:06:59 +0000
committerElliott Hughes <enh@google.com>2022-05-10 15:19:19 +0000
commita7c2a878e7a93ad397754d71d75ae39711e23a8e (patch)
tree14570e16f7844ca953164dce1682d444e52246d8 /pairing_auth
parent8a9a7328a0d2519be7300d1928f1e74e174baffb (diff)
downloadadb-a7c2a878e7a93ad397754d71d75ae39711e23a8e.tar.gz
Add adbd pairing tests to mainline test mapping for adbd.
Bug: 208857210 Bug: 208845038 Original change: https://android-review.googlesource.com/c/platform/packages/modules/adb/+/2078299 Change-Id: I9ff767452e1f67fc749ae2df47790e03e6b6ad78 (cherry picked from commit 52cd26d8da13ef1aa8eae1b361900a30212dc410) Change-Id: I098e7d162dfe8d469f32641aaca62d365b1757c8
Diffstat (limited to 'pairing_auth')
-rw-r--r--pairing_auth/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pairing_auth/tests/Android.bp b/pairing_auth/tests/Android.bp
index b6cff91c..9105aa5a 100644
--- a/pairing_auth/tests/Android.bp
+++ b/pairing_auth/tests/Android.bp
@@ -43,5 +43,5 @@ cc_test {
"libadb_pairing_auth_static",
],
- test_suites: ["device-tests"],
+ test_suites: ["general-tests", "mts-adbd"],
}