libpower: add TEST_MAPPING
Bug: n/a Test: presubmit Change-Id: Ib2505acb33871eb920c9ed7d62cabd6ad7e36839
This commit is contained in:
parent
899b195ce7
commit
850ab7e2a0
2 changed files with 8 additions and 0 deletions
|
@ -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
7
TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libpower_test"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue