Add system/media/audio/include to commonGlobalIncludes
This list now matches the make build system. Change-Id: Ife723733f269bdcc00a0c2e9096e3e2cb7e6f88e
This commit is contained in:
1
cc/cc.go
1
cc/cc.go
@@ -129,6 +129,7 @@ func init() {
|
|||||||
pctx.PrefixedPathsForOptionalSourceVariable("commonGlobalIncludes", "-isystem ",
|
pctx.PrefixedPathsForOptionalSourceVariable("commonGlobalIncludes", "-isystem ",
|
||||||
[]string{
|
[]string{
|
||||||
"system/core/include",
|
"system/core/include",
|
||||||
|
"system/media/audio/include",
|
||||||
"hardware/libhardware/include",
|
"hardware/libhardware/include",
|
||||||
"hardware/libhardware_legacy/include",
|
"hardware/libhardware_legacy/include",
|
||||||
"hardware/ril/include",
|
"hardware/ril/include",
|
||||||
|
Reference in New Issue
Block a user