Merge "Revert "Revert "Move system/core/include from -isystem to -I""" am: 0a249ce498
am: 572b83188c
am: 418e21528f
Change-Id: I453be3d7b7956858deab4c8393954a5a68743017
This commit is contained in:
commit
35885452d2
|
@ -93,10 +93,11 @@ 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{})
|
||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
||||
[]string{
|
||||
"system/core/include",
|
||||
})
|
||||
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
|
||||
[]string{
|
||||
"system/media/audio/include",
|
||||
"hardware/libhardware/include",
|
||||
"hardware/libhardware_legacy/include",
|
||||
|
|
Loading…
Reference in New Issue