libpower: add TEST_MAPPING

Bug: n/a
Test: presubmit
Change-Id: Ib2505acb33871eb920c9ed7d62cabd6ad7e36839
This commit is contained in:
Tri Vo 2019-02-03 18:13:45 -08:00
parent 899b195ce7
commit 850ab7e2a0
2 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,7 @@ cc_test {
srcs: ["power_test.cpp"],
static_libs: ["libpower"],
shared_libs: ["android.system.suspend@1.0"],
test_suites: ["device-tests"],
}
cc_library_shared {

7
TEST_MAPPING Normal file
View file

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