Merge "Add libvndksupport-tests to TEST_MAPPING"

This commit is contained in:
Treehugger Robot 2022-03-08 03:44:46 +00:00 committed by Gerrit Code Review
commit b74e5af4bd
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"postsubmit": [
{
"name": "libvndksupport-tests"
}
]
}

View file

@ -31,4 +31,6 @@ cc_test {
"libvndksupport",
"libbase",
],
test_suites: ["general-tests"],
}