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

Commit 2c57b00b authored by Yahan Zhou's avatar Yahan Zhou Committed by Android (Google) Code Review
Browse files

Merge "Fix ICryptoFactory service" into oc-dev

parents ae96eee8 ccc11be6
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);