aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-12-15 07:12:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-15 07:12:24 +0000
commit41e600248322084abeac6683707b605e3f5e2382 (patch)
tree056556403ea75cdf8ef2d4a33a223e23824cfac3 /cc
parent37047f1c7e6062b1f51fefcb1539225dddf742d0 (diff)
parent14e8dd73d03aa6aa6a7e391e6e6ff8db66b52436 (diff)
downloadbuild_soong-41e600248322084abeac6683707b605e3f5e2382.tar.gz
build_soong-41e600248322084abeac6683707b605e3f5e2382.tar.bz2
build_soong-41e600248322084abeac6683707b605e3f5e2382.zip
Merge "Move frameworks/native/opengl/include from -isystem to -I"
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",
})