Merge "Vr HAL uses "default" service name"

This commit is contained in:
Yifan Hong
2017-02-27 18:46:22 +00:00
committed by Android (Google) Code Review

View File

@@ -38,7 +38,7 @@ static void init_native(JNIEnv* /* env */, jclass /* clazz */) {
return;
}
gVr = IVr::getService("vr");
gVr = IVr::getService();
if (gVr == nullptr) {
ALOGW("%s: Could not open IVr interface", __FUNCTION__);
return;