Merge "Revert "Move system/core/include from -isystem to -I"" am: d85c0740e1 am: cd2f6df8ab

am: 3b28290a36

Change-Id: I0d3908c5390849a0c195e7994aa3c88687448524
This commit is contained in:
Colin Cross 2016-09-23 16:02:50 +00:00 committed by android-build-merger
commit 8c423c7522
1 changed files with 2 additions and 3 deletions

View File

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