Move frameworks/native/opengl/include from -isystem to -I
-isystem hides all warnings. The warnings in frameworks/native/opengl/include have been fixed, move it from -isystem to -I. Test: m -j native Bug: 31751828 Change-Id: If182ab5664e22f0cfd5be8cb1d0309d07dc85ceb
This commit is contained in:
@@ -108,10 +108,10 @@ func init() {
|
|||||||
"hardware/ril/include",
|
"hardware/ril/include",
|
||||||
"libnativehelper/include",
|
"libnativehelper/include",
|
||||||
"frameworks/native/include",
|
"frameworks/native/include",
|
||||||
|
"frameworks/native/opengl/include",
|
||||||
})
|
})
|
||||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
||||||
[]string{
|
[]string{
|
||||||
"frameworks/native/opengl/include",
|
|
||||||
"frameworks/av/include",
|
"frameworks/av/include",
|
||||||
"frameworks/base/include",
|
"frameworks/base/include",
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user