From 98f93c77e8b51e835306f6583f2e4459d67ba8fd Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 1 Mar 2016 15:27:03 -0800 Subject: [PATCH] Add system/media/audio/include to commonGlobalIncludes This list now matches the make build system. Change-Id: Ife723733f269bdcc00a0c2e9096e3e2cb7e6f88e --- cc/cc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/cc.go b/cc/cc.go index 65ccf3d32..a5c14e1b9 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",