summaryrefslogtreecommitdiffstats
path: root/drm/1.0/vts
diff options
context:
space:
mode:
authorYahan Zhou <yahan@google.com>2017-06-28 17:30:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-28 17:30:40 +0000
commitbd0c79c26204c2b76eecc688affc2a0bf01cdea8 (patch)
tree69a3d9050ae2a9a3b28258d1af10f4f0a5b96db3 /drm/1.0/vts
parentc68231d17181d3495fd24d20e1ee5abb118ecf06 (diff)
parent2c57b00b179808c4f103fac1b4d844d6aa8c7fa7 (diff)
downloadandroid_hardware_interfaces-bd0c79c26204c2b76eecc688affc2a0bf01cdea8.tar.gz
android_hardware_interfaces-bd0c79c26204c2b76eecc688affc2a0bf01cdea8.tar.bz2
android_hardware_interfaces-bd0c79c26204c2b76eecc688affc2a0bf01cdea8.zip
Merge "Fix ICryptoFactory service" into oc-dev
am: 2c57b00b17 Change-Id: If739ab2d5a5c93ddd2bb8720305311ee49a5503d
Diffstat (limited to 'drm/1.0/vts')
-rw-r--r--drm/1.0/vts/functional/drm_hal_vendor_test.cpp2
1 files changed, 1 insertions, 1 deletions
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 e2c9cca57..67b2c7d61 100644
--- a/drm/1.0/vts/functional/drm_hal_vendor_test.cpp
+++ b/drm/1.0/vts/functional/drm_hal_vendor_test.cpp
@@ -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);