Move frameworks/native/include from -isystem to -I am: 315a6ffc99
am: d2290252c8
am: a4966dc789
Change-Id: Ib6f9701f1ce6ae1ad5e0b5e2243bce1a8fd0fc08
This commit is contained in:
commit
5e755a0218
|
@ -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