ANDROID: add TEST_MAPPING for net/, include/net

Run CtsNetTestCases in presubmit for changes in net/ and
include/net/.

Bug: 186664401
Change-Id: I3cf942bd0418ad55a6559d6933927b0da86da595
Signed-off-by: Steve Muckle <smuckle@google.com>
(cherry picked from commit 55415d7022a8835d8979e09a74da3df29c9091ec)
This commit is contained in:
Steve Muckle 2021-09-07 20:53:43 +00:00 committed by Treehugger Robot
parent f5b4a7be57
commit 15a5e4ad4f
2 changed files with 14 additions and 0 deletions

7
include/net/TEST_MAPPING Normal file
View File

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsNetTestCases"
}
]
}

7
net/TEST_MAPPING Normal file
View File

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsNetTestCases"
}
]
}