Merge "Build target-side Thermal test with coverage."

This commit is contained in:
TreeHugger Robot 2016-12-22 08:57:49 +00:00 committed by Android (Google) Code Review
commit 187508a63a
3 changed files with 31 additions and 0 deletions

View file

@ -31,8 +31,12 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage"
]
}

View file

@ -26,6 +26,8 @@
"/>
<option name="binary-test-type" value="gtest" />
<option name="test-timeout" value="5m" />
<option name="test-cobfig-path"
value="vts/testcases/hal/thermal/hidl/target/ThermalHidlBasicTest.config" />
</test>
</configuration>

View file

@ -0,0 +1,25 @@
{
"use_gae_db": true,
"coverage": true,
"modules": [{
"module_name": "system/lib64/hw/thermal.bullhead",
"git_project": {
"name": "device/lge/bullhead",
"path": "device/lge/bullhead"
}
},
{
"module_name": "system/lib64/hw/thermal.marlin",
"git_project": {
"name": "device/google/marlin",
"path": "device/google/marlin"
}
},
{
"module_name": "system/lib64/hw/android.hardware.thermal@1.0-impl",
"git_project": {
"name": "platform/hardware/interfaces".
"path": "hardware/interfaces"
}
}]
}