summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2021-04-27 16:34:50 +0000
committerDavid Su <dysu@google.com>2021-04-27 16:34:50 +0000
commite8bbec91ee7bd57963fd7507745029143bc4dcb9 (patch)
tree243a0b4e99f8986c80d9ae036b4c8269482de729
parentbef2f5be9465c3441750f38f0c8b08256f97a0d4 (diff)
services.net-module-wifi: Add TEST_MAPPING
services.net-module-wifi is a dependency of the Wifi module. Run Wifi tests in presubmit to ensure changes here don't break Wifi. Bug: 183902758 Test: presubmit Change-Id: I57fbe925d7ad1a1df49740f0de340c88eba495e8
-rw-r--r--services/net/TEST_MAPPING5
1 files changed, 4 insertions, 1 deletions
diff --git a/services/net/TEST_MAPPING b/services/net/TEST_MAPPING
index 7025dd178e0f..7eca1f99e4ef 100644
--- a/services/net/TEST_MAPPING
+++ b/services/net/TEST_MAPPING
@@ -2,6 +2,9 @@
"imports": [
{
"path": "frameworks/base/core/java/android/net"
+ },
+ {
+ "path": "packages/modules/Wifi/framework"
}
]
-} \ No newline at end of file
+}