Revert "Move system/core/include from -isystem to -I"
This reverts commit e4bba1e835
.
Bug: 31492149
Change-Id: If46d240274f1a59ac36579157c575b54f2ffd58f
This commit is contained in:
parent
e4bba1e835
commit
763a26cef5
1 changed files with 2 additions and 3 deletions
|
@ -93,11 +93,10 @@ func init() {
|
|||
// Everything in these lists is a crime against abstraction and dependency tracking.
|
||||
// Do not add anything to this list.
|
||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalIncludes", "-I",
|
||||
[]string{
|
||||
"system/core/include",
|
||||
})
|
||||
[]string{})
|
||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
||||
[]string{
|
||||
"system/core/include",
|
||||
"system/media/audio/include",
|
||||
"hardware/libhardware/include",
|
||||
"hardware/libhardware_legacy/include",
|
||||
|
|
Loading…
Reference in a new issue