summaryrefslogtreecommitdiff
path: root/pla/android/loc_pla.h
diff options
context:
space:
mode:
authorBaili Feng <bailif@codeaurora.org>2018-06-05 12:59:11 +0800
committerBaili Feng <bailif@codeaurora.org>2018-06-05 12:59:11 +0800
commitdaff821d9cc4028c7a5637e3c359806bf61443ca (patch)
treec850fd629a2371bc1b2328a0a1626d225e10182b /pla/android/loc_pla.h
parentd462c0add34dacbdfe3e5e90c5aaeea7e5dc6952 (diff)
downloadgps-daff821d9cc4028c7a5637e3c359806bf61443ca.tar.gz
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
Diffstat (limited to 'pla/android/loc_pla.h')
-rw-r--r--pla/android/loc_pla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pla/android/loc_pla.h b/pla/android/loc_pla.h
index bedb079..6b38fa7 100644
--- a/pla/android/loc_pla.h
+++ b/pla/android/loc_pla.h
@@ -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)