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

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

Merge "Fix ICryptoFactory service" into oc-dev

am: 2c57b00b

Change-Id: I81cb1a353e63fea48f69e2fc522f70b63a1e8532
parents 69dc5c83 2c57b00b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,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);