aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-10-07 20:40:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-07 20:40:54 +0000
commit44266e97f8c10d89b1202fd333bf94abec843930 (patch)
tree001df0ecd191038328844ebcbeff5e3296a0003c /cc/config
parent15d523b933806e4b0111dfed98da12a5edd9dbd0 (diff)
parent1928093246093328a5ab6f57baa2361a0d458f6c (diff)
downloadbuild_soong-44266e97f8c10d89b1202fd333bf94abec843930.tar.gz
build_soong-44266e97f8c10d89b1202fd333bf94abec843930.tar.bz2
build_soong-44266e97f8c10d89b1202fd333bf94abec843930.zip
Merge "Move system/media/audio/include from -isystem to -I"
Diffstat (limited to 'cc/config')
-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 ae43301a..ffd9d800 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -95,11 +95,11 @@ func init() {
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalIncludes", "-I",
[]string{
"system/core/include",
+ "system/media/audio/include",
"frameworks/native/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
- "system/media/audio/include",
"hardware/libhardware/include",
"hardware/libhardware_legacy/include",
"hardware/ril/include",