Add libvndksupport-tests to TEST_MAPPING

Bug: 208849199
Test: atest libvndksupport-tests, watch TH
Change-Id: I9617601d642b9f45f142c6bb483d6edf720566b6
This commit is contained in:
Jiyong Park 2022-03-08 09:53:55 +09:00
parent 28f4f37161
commit 94bddf13e8
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"],
}