aboutsummaryrefslogtreecommitdiff
path: root/crypto
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 /crypto
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 'crypto')
-rw-r--r--crypto/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tests/Android.bp b/crypto/tests/Android.bp
index 1ef5f3d6..d45b05d2 100644
--- a/crypto/tests/Android.bp
+++ b/crypto/tests/Android.bp
@@ -47,5 +47,5 @@ cc_test {
"libadb_sysdeps",
],
- test_suites: ["device-tests"],
+ test_suites: ["general-tests", "mts-adbd"],
}