Move frameworks/native/include from -isystem to -I
am: 315a6ffc99
Change-Id: Icae207517be29a55a9d7200970c8d4b1ae92beb9
This commit is contained in:
commit
d2290252c8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue