mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
stone: gps: Don't include cutils/threads.h
Bug: 289414897 Test: buildserver Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8 Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
committed by
kamikaonashi
parent
1afa95c892
commit
8d21165dc6
@@ -40,7 +40,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <cutils/properties.h>
|
||||
#include <cutils/threads.h>
|
||||
#include <cutils/sched_policy.h>
|
||||
#include <cutils/android_filesystem_config.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -75,7 +75,6 @@ extern "C" {
|
||||
|
||||
#ifndef FEATURE_EXTERNAL_AP
|
||||
#include <cutils/properties.h>
|
||||
#include <cutils/threads.h>
|
||||
#include <cutils/sched_policy.h>
|
||||
#else
|
||||
#define set_sched_policy(a, b)
|
||||
|
||||
Reference in New Issue
Block a user