aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-10-09 01:05:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-09 01:05:31 +0000
commit3f9bde87fb7f7da0ee41ff5674efee6177c88822 (patch)
tree25e11f4f3b54d10cc4f73aa49872e41ecd6d2be9
parent44266e97f8c10d89b1202fd333bf94abec843930 (diff)
parent2d44c2c7167812fa7782e5f3d945d320f20ff8a1 (diff)
downloadbuild_soong-3f9bde87fb7f7da0ee41ff5674efee6177c88822.tar.gz
build_soong-3f9bde87fb7f7da0ee41ff5674efee6177c88822.tar.bz2
build_soong-3f9bde87fb7f7da0ee41ff5674efee6177c88822.zip
Merge "Move hardware/libhardware/include from -isystem to -I"
-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 ffd9d800..7209d16f 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -96,11 +96,11 @@ func init() {
[]string{
"system/core/include",
"system/media/audio/include",
+ "hardware/libhardware/include",
"frameworks/native/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
- "hardware/libhardware/include",
"hardware/libhardware_legacy/include",
"hardware/ril/include",
"libnativehelper/include",