Add TEST_MAPPING

Add VtsHalPowerTargetTest into presubmit tests.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: Ie1fa80a5bdf9baa084dbfa4603414eb97afb15a6
This commit is contained in:
Peiyong Lin 2022-10-17 20:36:43 +00:00
parent 5b00fbf4ce
commit f29134c9c9
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",
],
}