Merge "TvInput HAL uses "default" service name"

This commit is contained in:
Chris Phoenix
2017-01-20 23:17:14 +00:00
committed by Android (Google) Code Review

View File

@@ -327,7 +327,7 @@ JTvInputHal::~JTvInputHal() {
JTvInputHal* JTvInputHal::createInstance(JNIEnv* env, jobject thiz, const sp<Looper>& looper) {
// TODO(b/31632518)
sp<ITvInput> tvInput = ITvInput::getService("tv.input");
sp<ITvInput> tvInput = ITvInput::getService();
if (tvInput == nullptr) {
ALOGE("Couldn't get tv.input service.");
return nullptr;