diff options
author | 2017-01-20 15:47:31 -0800 | |
---|---|---|
committer | 2017-01-20 15:47:31 -0800 | |
commit | b66fe64c22af4309d3f4fb43800d55d9049df1a8 (patch) | |
tree | 659c104bf8891da531a308d2ed35d6fcfa15feeb | |
parent | 106fe732050f3d75a08c3bc48fdbcf84cac20b41 (diff) |
Remove AR packages from preloaded classes.
Technically, they were commented out, this change removes them.
The AR HAL is deprecated, the framework does not load the HAL
anymore.
Bug: 21935130
Bug: 29094458
Test: Build and boot.
Change-Id: I304a0eebbc9d1a1eed7c21db365adb40051941c4
-rw-r--r-- | preloaded-classes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/preloaded-classes b/preloaded-classes index 86cbb69bdd9e..e2a71216f9b3 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -1001,10 +1001,6 @@ android.hardware.input.InputDeviceIdentifier android.hardware.input.InputDeviceIdentifier$1 android.hardware.input.InputManager android.hardware.input.InputManager$InputDevicesChangedListener -# These cannot be preloaded and need to be refactored into system server. b/17791590, b/21935130 -# android.hardware.location.ActivityRecognitionHardware -# android.hardware.location.IActivityRecognitionHardware -# android.hardware.location.IActivityRecognitionHardware$Stub android.hardware.location.ContextHubManager android.hardware.location.IContextHubService android.hardware.location.IContextHubService$Stub |