Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0673ad8 authored by Steven Moreland's avatar Steven Moreland
Browse files

lights: add coverage config

Bug: 32022457
Test: compiles
Change-Id: Ibd33c06b86064053417976187d49c1ae7135a9d2
parent 8324e693
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
            _32bit::DATA/nativetest/light_hidl_hal_test/light_hidl_hal_test,
            _64bit::DATA/nativetest64/light_hidl_hal_test/light_hidl_hal_test,
            "/>
        <option name="test-config-path" value="vts/testcases/hal/light/hidl/target/HalLightHidlTargetBasicTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
    </test>
+33 −0
Original line number Diff line number Diff line
{
    "coverage": true,
    "modules": [
        {
            "module_name": "system/lib64/hw/lights.bullhead",
            "git_project": {
                "name": "device/lge/bullhead",
                "path": "device/lge/bullhead"
            }
        },
        {
            "module_name": "system/lib64/hw/lights.marlin",
            "git_project": {
                "name": "device/google/marlin",
                "path": "device/google/marlin"
            }
        },
        {
            "module_name": "system/lib64/hw/lights.sailfish",
            "git_project": {
                "name": "device/google/marlin",
                "path": "device/google/marlin"
            }
        },
        {
            "module_name": "system/lib64/hw/android.hardware.light@2.0-impl",
            "git_project": {
                "name": "platform/hardware/interfaces",
                "path": "hardware/interfaces"
            }
        }
    ]
}