commit | 8a85370679be60962a1e716d67021472d4b72769 | [log] [tgz] |
---|---|---|
author | Yahan Zhou <yahan@google.com> | Wed Jun 21 14:24:09 2017 -0700 |
committer | Keun Soo Yim <yim@google.com> | Tue Jan 23 20:45:14 2018 +0000 |
tree | 391d3b669adcaabaf13413a7ca1477f2199ba348 | |
parent | 01d37ff8a1f7031d9723aedbb37ef2f78c3bc07a [diff] |
Fix ICryptoFactory service BUG: 62642564 BUG: 62138343 Test: vts -m VtsHalDrmV1_0Target Merged-In: Ic697a32b111804fc3dc78f1b6e6b77538d7eeea9 Change-Id: Ic697a32b111804fc3dc78f1b6e6b77538d7eeea9 (cherry picked from commit 85a5d8855b07aec3727532983de38c324960d6d1) (cherry picked from commit ccc11be665fd84269247bc49b5536e6ee9b74603)
diff --git a/drm/1.0/vts/functional/drm_hal_vendor_test.cpp b/drm/1.0/vts/functional/drm_hal_vendor_test.cpp index 33fb6fb..5d4e7d0 100644 --- a/drm/1.0/vts/functional/drm_hal_vendor_test.cpp +++ b/drm/1.0/vts/functional/drm_hal_vendor_test.cpp
@@ -129,7 +129,7 @@ // 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);