touch: Let devices opt out of ITouchscreenGesture interface
Change-Id: Ib1fac9d7343798532fc8e6fb900354149b29351f
This commit is contained in:
@@ -41,8 +41,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (gestureService->registerAsService() != android::OK) {
|
if (gestureService->registerAsService() != android::OK) {
|
||||||
LOG(ERROR) << "Can't register TouchscreenGesture HAL service";
|
LOG(WARNING) << "Can't register TouchscreenGesture HAL service";
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
joinRpcThreadpool();
|
joinRpcThreadpool();
|
||||||
|
|||||||
Reference in New Issue
Block a user