aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/config/global.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/global.go b/cc/config/global.go
index 71c0da41..c8b803b8 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -108,10 +108,10 @@ func init() {
"hardware/ril/include",
"libnativehelper/include",
"frameworks/native/include",
+ "frameworks/native/opengl/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
- "frameworks/native/opengl/include",
"frameworks/av/include",
"frameworks/base/include",
})