mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix ICryptoFactory service" into oc-dev
am: 2c57b00b17
Change-Id: If739ab2d5a5c93ddd2bb8720305311ee49a5503d
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user