Exposing Context Hub service.

Adding the Context hub service. This is the service that exposes
the context hub HAL to the system. The API exposed is a System API.

Change-Id: I854141714ecd21f6386e6b15b7bc9a997483ccf6
This commit is contained in:
Peng Xu
2016-02-11 13:02:05 -08:00
committed by Ashutosh Joshi
parent 48653d225b
commit 9ff7d22354
23 changed files with 775 additions and 269 deletions

View File

@@ -1020,6 +1020,7 @@ public final class SystemServer {
mSystemServiceManager.startService(GestureLauncherService.class);
}
mSystemServiceManager.startService(SensorNotificationService.class);
mSystemServiceManager.startService(ContextHubSystemService.class);
}
traceBeginAndSlog("StartDiskStatsService");