diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-03-22 01:39:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-22 01:39:51 +0000 |
commit | 2ff7a8e1b3ea13c967ffd608a92f90bffd01bf3a (patch) | |
tree | bcf55728c5d2feab2a346b80665a4a0f648e625a | |
parent | 405801f0fccf14bfc4b58199749e95ac734a9fef (diff) | |
parent | bdf107dab7eaba38a855dd16398a12f285160ce9 (diff) |
Merge "Add TEST_MAPPING for Connectivity"
-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 |