Add TEST_MAPPING for Connectivity

The TEST_MAPPING triggers connectivity tests in other paths.

Bug: 183198868
Change-Id: I8d9b0450ea4b3ef3e5115d1f858b1aa7badef742
Test: Needs treehugger for testing
This commit is contained in:
Remi NGUYEN VAN
2021-03-19 16:03:06 +00:00
parent 9e18198cc5
commit c7968e73a8

19
TEST_MAPPING Normal file
View File

@@ -0,0 +1,19 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/net"
},
{
"path": "packages/modules/NetworkStack"
},
{
"path": "packages/modules/CaptivePortalLogin"
},
{
"path": "packages/modules/Connectivity"
},
{
"path": "packages/modules/Connectivity/Tethering"
}
]
}