blob: b1cb6b52a4336f1911ab77f2437d92af515e6b0e [file] [log] [blame]
Motomu Utsumic4800392023-09-11 11:48:36 +09001{
2 "presubmit": [
3 {
4 "name": "netdutils_test"
5 }
6 ],
7 "imports": [
8 {
9 "path": "frameworks/base/core/java/android/net"
10 },
11 // Below tests already run the library tests as part of their coverage tests
12 {
13 "path": "packages/modules/NetworkStack"
14 },
15 {
16 "path": "packages/modules/CaptivePortalLogin"
17 },
18 {
19 "path": "frameworks/base/packages/Tethering"
20 },
21 {
22 "path": "packages/modules/Wifi/framework"
23 },
24 {
25 "path": "vendor/xts/gts-tests/hostsidetests/networkstack"
26 }
27 ]
28}