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

Commit bd0c79c2 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: If739ab2d5a5c93ddd2bb8720305311ee49a5503d
parents c68231d1 2c57b00b
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);