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

Commit 321e1b7c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable coverage for VR VTS."

parents 793eb8b8 d0256ac9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -26,7 +26,11 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
       "--coverage",
       "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
            "/>
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
        <option name="test-config-path" value="vts/testcases/hal/vr/hidl/target/VrHidlTargetTest.config" />
</test>
</configuration>
+25 −0
Original line number Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [{
                    "module_name": "system/lib64/hw/vr.marlin",
                    "git_project": {
                        "name": "device/google/marlin",
                        "path": "device/google/marlin"
                    }
                },
                {
                    "module_name": "system/lib64/hw/vr.sailfish",
                    "git_project": {
                        "name": "device/google/marlin",
                        "path": "device/google/marlin"
                    }
                },
                {
                    "module_name": "system/lib64/hw/android.hardware.vr@1.0-impl",
                    "git_project": {
                        "name": "platform/hardware/interfaces",
                        "path": "hardware/interfaces"
                    }
                }]
}