Add tetheroffload VTS to general-tests

Also add it to TEST_MAPPING so it's run in presubmits.

Test: na
Bug: 205762647
Change-Id: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317
This commit is contained in:
Devin Moore 2023-01-18 20:53:29 +00:00
parent 6ffc5c4958
commit b9b0aa4878
2 changed files with 8 additions and 0 deletions

View file

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

View file

@ -19,6 +19,7 @@ cc_test {
"libgmock_ndk",
],
test_suites: [
"general-tests",
"vts",
],
}