Move more includes from -isystem to -I

-isystem hides all warnings.  There were no warnings in
hardware/libhardware_legacy/include, hardware/ril/include, or
libnativehelper/include, move them from -isystem to -I.

Test: m -j native
Bug: 31751828
Change-Id: I64cf08b6f6a7f2cfbb19f7d3cc2d2cc9f0157a38
This commit is contained in:
Colin Cross 2016-11-03 15:45:34 -07:00
parent 5a054df23c
commit 328f04e778
1 changed files with 3 additions and 3 deletions

View File

@ -104,13 +104,13 @@ func init() {
"system/core/include",
"system/media/audio/include",
"hardware/libhardware/include",
"hardware/libhardware_legacy/include",
"hardware/ril/include",
"libnativehelper/include",
"frameworks/native/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
"hardware/libhardware_legacy/include",
"hardware/ril/include",
"libnativehelper/include",
"frameworks/native/opengl/include",
"frameworks/av/include",
"frameworks/base/include",