Move frameworks/native/include from -isystem to -I am: 315a6ffc99
am: d2290252c8
Change-Id: Ibe11bce52de686a0c803b5fe2b38c86c8f4bea59
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user