Merge "libpower: add TEST_MAPPING" am: 6827114793

am: b9599c61dd

Change-Id: Ie2fddbcba958e77f7e76012a99efae9942b75056
This commit is contained in:
Tri Vo 2019-02-04 19:42:31 -08:00 committed by android-build-merger
commit 53068026d1
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"
}
]
}