Merge "Add libvndksupport-tests to TEST_MAPPING" am: b74e5af4bd

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2014375

Change-Id: I8741bbb06cffb696e5c5bb5374c6419555611422
This commit is contained in:
Treehugger Robot 2022-03-08 04:08:39 +00:00 committed by Automerger Merge Worker
commit 45bed3a271
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"],
}