Merge "Fix ICryptoFactory service" into oc-dev

am: 2c57b00b17

Change-Id: If739ab2d5a5c93ddd2bb8720305311ee49a5503d
This commit is contained in:
Yahan Zhou
2017-06-28 17:30:40 +00:00
committed by android-build-merger

View File

@@ -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);