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

Commit 2543b26e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7632648 from 7118c26d to sc-v2-release

Change-Id: Icb3f1f7f0eac163e95524482bea9caed2452e480
parents fe19cb6a 7118c26d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1390,6 +1390,9 @@ static void testSetAudioProperties(IStream* stream) {
                config.channelMask.value(channelMask);
                auto ret = stream->setAudioProperties(config);
                EXPECT_TRUE(ret.isOk());
                if (ret == Result::NOT_SUPPORTED) {
                    GTEST_SKIP() << "setAudioProperties is not supported";
                }
                EXPECT_EQ(Result::OK, ret)
                        << profile.format << "; " << sampleRate << "; " << channelMask;
            }
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@
    <test class="com.android.tradefed.testtype.GTest" >
        <option name="native-test-device-path" value="/data/local/tmp" />
        <option name="module-name" value="VtsHalGraphicsComposerV2_4TargetTest" />
        <option name="native-test-timeout" value="300000"/>
        <option name="native-test-timeout" value="900000"/>
    </test>
</configuration>