libhardware: deprecate cutils/log.h
Replace cutils/log.h with log/log.h. Sort headers. Minimize conflicts. Add missing required headers. Test: compile Bug: 34250038 Change-Id: I5c0f231cbfed90b73e0538c9d32ad3226c7cc5e4
This commit is contained in:
@@ -14,11 +14,13 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <hardware/sensors.h>
|
||||
#include <algorithm>
|
||||
#include <pthread.h>
|
||||
#include <cutils/log.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include <hardware/sensors.h>
|
||||
#include "SensorEventQueue.h"
|
||||
|
||||
SensorEventQueue::SensorEventQueue(int capacity) {
|
||||
|
||||
Reference in New Issue
Block a user