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

Commit 4cb9c739 authored by Keun Soo Yim's avatar Keun Soo Yim Committed by Android (Google) Code Review
Browse files

Merge "add coverage config to audio effect VTS test"

parents f9197777 f755f46c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
            _32bit::DATA/nativetest/audio_effect_hidl_hal_test/audio_effect_hidl_hal_test,
            _64bit::DATA/nativetest64/audio_effect_hidl_hal_test/audio_effect_hidl_hal_test,
            "/>
        <option name="test-config-path" value="vts/testcases/hal/audio/effect/hidl/target/HalAudioEffectHidlTargetBasicTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
    </test>
+11 −0
Original line number Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [{
                    "module_name": "system/lib64/hw/android.hardware.audio.effect@2.0-impl",
                    "git_project": {
                        "name": "platform/hardware/interfaces",
                        "path": "hardware/interfaces"
                    }
                }]
}