Merge "libpower: add TEST_MAPPING" am: 6827114793
am: b9599c61dd
Change-Id: Ie2fddbcba958e77f7e76012a99efae9942b75056
This commit is contained in:
commit
53068026d1
2 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,7 @@ cc_test {
|
||||||
srcs: ["power_test.cpp"],
|
srcs: ["power_test.cpp"],
|
||||||
static_libs: ["libpower"],
|
static_libs: ["libpower"],
|
||||||
shared_libs: ["android.system.suspend@1.0"],
|
shared_libs: ["android.system.suspend@1.0"],
|
||||||
|
test_suites: ["device-tests"],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
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