1{ 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} 29