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

Commit cbc5f444 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "lshal: Do not use lastError API." am: 8e8d529f am: 0a33576f am:...

Merge "lshal: Do not use lastError API." am: 8e8d529f am: 0a33576f am: fe89e78d am: b19cc001

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1664665

Change-Id: Ie09d41b88253f2a6f754521fca3845613e92308f
parents d7e41fd7 b19cc001
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -508,10 +508,10 @@ TEST_F(ListTest, DumpVintf) {
    EXPECT_THAT(output, HasSubstr("a.h.foo6@6.0::IFoo/6"));
    EXPECT_EQ("", err.str());

    std::string error;
    vintf::HalManifest m;
    EXPECT_EQ(true, vintf::gHalManifestConverter(&m, out.str()))
        << "--init-vintf does not emit valid HAL manifest: "
        << vintf::gHalManifestConverter.lastError();
    EXPECT_EQ(true, vintf::gHalManifestConverter(&m, out.str(), &error))
        << "--init-vintf does not emit valid HAL manifest: " << error;
}

// test default columns