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",
|
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalIncludes", "-I",
|
||||||
[]string{
|
[]string{
|
||||||
"system/core/include",
|
"system/core/include",
|
||||||
|
"frameworks/native/include",
|
||||||
})
|
})
|
||||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
||||||
[]string{
|
[]string{
|
||||||
|
@ -103,7 +104,6 @@ func init() {
|
||||||
"hardware/libhardware_legacy/include",
|
"hardware/libhardware_legacy/include",
|
||||||
"hardware/ril/include",
|
"hardware/ril/include",
|
||||||
"libnativehelper/include",
|
"libnativehelper/include",
|
||||||
"frameworks/native/include",
|
|
||||||
"frameworks/native/opengl/include",
|
"frameworks/native/opengl/include",
|
||||||
"frameworks/av/include",
|
"frameworks/av/include",
|
||||||
"frameworks/base/include",
|
"frameworks/base/include",
|
||||||
|
|
Loading…
Reference in a new issue