Merge "Move system/core/include from -isystem to -I"

am: fe040c48e6

Change-Id: Ieb2d3c357da9dbe7b318c44dbc819c42e72e4311
This commit is contained in:
Colin Cross 2016-09-23 14:51:16 +00:00 committed by android-build-merger
commit b795aacfef
1 changed files with 3 additions and 2 deletions

View File

@ -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",