Merge "Add TEST_MAPPING"

This commit is contained in:
Peiyong Lin
2022-10-20 18:37:10 +00:00
committed by Gerrit Code Review
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-V3-ndk",
],
test_suites: [
"general-tests",
"vts",
],
}