commit | 801ea093b0e923a61b832f2adba698a273479880 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Mar 06 15:05:04 2017 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Mar 07 11:21:29 2017 -0800 |
tree | 97edcd253848107bdf1d8d0fabb522426943369a | |
parent | 9257845ae16aa6aceedec627cec2e1fce912947c [diff] [blame] |
split libsensor our of libgui Test: compile & run Bug: treble cleanup Change-Id: I5b2c2a14f7d3b364d25695cf0901c5b08cfb0fc9
diff --git a/services/sensorservice/SensorService.cpp b/services/sensorservice/SensorService.cpp index 143a3c5..c11df13 100644 --- a/services/sensorservice/SensorService.cpp +++ b/services/sensorservice/SensorService.cpp
@@ -22,7 +22,7 @@ #include <binder/PermissionCache.h> #include <cutils/ashmem.h> -#include <gui/SensorEventQueue.h> +#include <sensor/SensorEventQueue.h> #include <hardware/sensors.h> #include <hardware_legacy/power.h>