Move frameworks/native/include from -isystem to -I

-isystem hides all warnings.  The warnings in frameworks/native/include
have been cleaned up, so move it from -isystem to -I.

Test: m -j checkbuild
Bug: 31752268
Change-Id: Ie3656348b5b2a1828dec790aa047635ac0fe6d86
This commit is contained in:
Colin Cross 2016-10-05 12:36:42 -07:00
parent 0b24c74fcb
commit 315a6ffc99
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,7 @@ func init() {
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalIncludes", "-I",
[]string{
"system/core/include",
"frameworks/native/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
@ -103,7 +104,6 @@ func init() {
"hardware/libhardware_legacy/include",
"hardware/ril/include",
"libnativehelper/include",
"frameworks/native/include",
"frameworks/native/opengl/include",
"frameworks/av/include",
"frameworks/base/include",