Merge "Revert "Move system/core/include from -isystem to -I"" am: d85c0740e1
am: cd2f6df8ab
am: 3b28290a36
Change-Id: I0d3908c5390849a0c195e7994aa3c88687448524
This commit is contained in:
commit
8c423c7522
|
@ -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 New Issue