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

Commit f4779d35 authored by Connor O'Brien's avatar Connor O'Brien Committed by Android (Google) Code Review
Browse files

Merge "Add code coverage for boot VTS tests"

parents 4fb7ea52 7422ab7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@
            _32bit::DATA/nativetest/boot_hidl_hal_test/boot_hidl_hal_test,
            _32bit::DATA/nativetest/boot_hidl_hal_test/boot_hidl_hal_test,
            _64bit::DATA/nativetest64/boot_hidl_hal_test/boot_hidl_hal_test,
            _64bit::DATA/nativetest64/boot_hidl_hal_test/boot_hidl_hal_test,
            "/>
            "/>
        <option name="test-config-path" value="vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
        <option name="test-timeout" value="1m" />
    </test>
    </test>
+20 −0
Original line number Original line Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [
        {
            "module_name": "system/lib64/hw/bootctrl.msm8996",
            "git_project": {
                "name": "platform/hardware/qcom/bootctrl",
                "path": "hardware/qcom/bootctrl"
            }
        },
        {
            "module_name": "system/lib64/hw/android.hardware.boot@1.0-impl",
            "git_project": {
                "name": "platform/hardware/interfaces",
                "path": "hardware/interfaces"
            }
        }
    ]
}