Move system/media/audio/include from -isystem to -I
-isystem hides all warnings. The warnings in system/media/audio/include have been cleaned up, so move it from -isystem to -I. Test: m -j Bug: 31997134 Change-Id: I1c0b68935d643992dd9fc7f76583bed286e49325
This commit is contained in:
parent
6648ab0143
commit
1928093246
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue