commit | 64a11b177c8465c25fba8005d6e2b6f61fd9981c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Sat Feb 25 08:17:59 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Feb 25 08:17:59 2017 +0000 |
tree | 17b73db4c30b75ad723c746fa81f83c1d2614f79 | |
parent | 9e8a577a6331a9b69157f7b229f48d7a611f986c [diff] | |
parent | 4375f1be4ccdbf78ef4c5ab926d3316503a7b146 [diff] |
Merge "Change to use new WaitForProperty API"
diff --git a/Keymaster.cpp b/Keymaster.cpp index 1e1ce66..8d1a01b 100644 --- a/Keymaster.cpp +++ b/Keymaster.cpp
@@ -94,7 +94,7 @@ } Keymaster::Keymaster() { - mDevice = ::android::hardware::keymaster::V3_0::IKeymasterDevice::getService("keymaster"); + mDevice = ::android::hardware::keymaster::V3_0::IKeymasterDevice::getService(); } bool Keymaster::generateKey(const AuthorizationSet& inParams, std::string* key) {