diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-03-19 16:03:06 +0000 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-03-19 16:03:14 +0000 |
commit | bdf107dab7eaba38a855dd16398a12f285160ce9 (patch) | |
tree | 309fa0497ebbc96da90a6fe1689cd23b6aa52382 /packages | |
parent | 3ccc2738e2b469c7dec4f4a4a10c6a2f71824b0b (diff) |
Add TEST_MAPPING for Connectivity
The TEST_MAPPING triggers connectivity tests in other paths.
Bug: 183198868
Change-Id: I8d9b0450ea4b3ef3e5115d1f858b1aa7badef742
Test: Needs treehugger for testing
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Connectivity/TEST_MAPPING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/Connectivity/TEST_MAPPING b/packages/Connectivity/TEST_MAPPING new file mode 100644 index 000000000000..94f9232bc482 --- /dev/null +++ b/packages/Connectivity/TEST_MAPPING @@ -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" + } + ] +}
\ No newline at end of file |