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

Commit a87079c3 authored by Ram Mohan M's avatar Ram Mohan M Committed by android-build-merger
Browse files

Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev

am: febad058

Change-Id: I09128311ab40316b17d99daeae375ff7535d0e63
parents b06f544d febad058
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
    int bytesCount = 0;
    uint32_t flags = 0;
    uint32_t timestamp = 0;
    timestampDevTest = true;
    timestampDevTest = false;
    while (1) {
        if (!(eleInfo >> bytesCount)) break;
        eleInfo >> flags;