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

Commit b95c8638 authored by Yahan Zhou's avatar Yahan Zhou Committed by android-build-merger
Browse files

Merge "Fix ICryptoFactory service" into oc-dev am: 2c57b00b

am: ef38715b

Change-Id: Iebc7405f6603c2838ecaa917357eb81a977f140c
parents 6d600e57 ef38715b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ class DrmHalVendorFactoryTest : public testing::TestWithParam<std::string> {
        // Do the same for the crypto factory
        cryptoFactory = VtsTestBase::getService<ICryptoFactory>(name);
        if (cryptoFactory == nullptr) {
            VtsTestBase::getService<ICryptoFactory>();
            cryptoFactory = VtsTestBase::getService<ICryptoFactory>();
        }
        ASSERT_NE(cryptoFactory, nullptr);