aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-03-01 15:27:03 -0800
committerDan Willemsen <dwillemsen@google.com>2016-03-01 17:22:51 -0800
commit98f93c77e8b51e835306f6583f2e4459d67ba8fd (patch)
tree62495fe14b83fa575cdee048ba9dd600a86b05a7
parenta6084a36628e1bd3cf0b001b41206a15615f19dc (diff)
downloadbuild_soong-98f93c77e8b51e835306f6583f2e4459d67ba8fd.tar.gz
build_soong-98f93c77e8b51e835306f6583f2e4459d67ba8fd.tar.bz2
build_soong-98f93c77e8b51e835306f6583f2e4459d67ba8fd.zip
Add system/media/audio/include to commonGlobalIncludes
This list now matches the make build system. Change-Id: Ife723733f269bdcc00a0c2e9096e3e2cb7e6f88e
-rw-r--r--cc/cc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 65ccf3d3..a5c14e1b 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -129,6 +129,7 @@ func init() {
pctx.PrefixedPathsForOptionalSourceVariable("commonGlobalIncludes", "-isystem ",
[]string{
"system/core/include",
+ "system/media/audio/include",
"hardware/libhardware/include",
"hardware/libhardware_legacy/include",
"hardware/ril/include",