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
(cherry picked from commit b9b0aa4878)
Merged-In: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317
This commit is contained in:
Devin Moore
2023-01-18 20:53:29 +00:00
committed by KH Shi
parent 7c4ed9ded3
commit 3e1765473e
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",
],
}