Include filesystem_config header from cutils
We can not include header file from private folder. Include it from cutils instead. Change-Id: Ib0995ecfa1bef600c346bc5d055212103578fcae CRs-Fixed: 2254045
This commit is contained in:
parent
d462c0add3
commit
daff821d9c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
#include <cutils/properties.h>
|
||||
#include <cutils/threads.h>
|
||||
#include <cutils/sched_policy.h>
|
||||
#include <private/android_filesystem_config.h>
|
||||
#include <cutils/android_filesystem_config.h>
|
||||
|
||||
#define UID_GPS (AID_GPS)
|
||||
#define GID_GPS (AID_GPS)
|
||||
|
|
Loading…
Reference in a new issue