Add imports to networking test mapping

Ensure that appropriate networking tests are triggered when submitting
changes in the frameworks/base directories.

Change-Id: Ibf8b567fa7721299120b0a6c6836dd770d92a9fc
Test: treehugger runs TEST_MAPPING tests
This commit is contained in:
Remi NGUYEN VAN
2020-10-15 07:07:55 +00:00
parent 16402fc4c3
commit 4ea8a1fbae
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/net"
}
]
}