Merge "Add TEST_MAPPING"

This commit is contained in:
Wei Wang 2022-10-19 16:40:16 +00:00 committed by Android (Google) Code Review
commit 0a2d8f5b99
2 changed files with 8 additions and 0 deletions

7
power/TEST_MAPPING Normal file
View file

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

View file

@ -35,6 +35,7 @@ cc_test {
"android.hardware.power-V4-ndk",
],
test_suites: [
"general-tests",
"vts",
],
}