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:
parent
0b24c74fcb
commit
315a6ffc99
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue