Merge "Move hardware/libhardware/include from -isystem to -I"

am: 3f9bde87fb

Change-Id: I0b2a234e30836a345fbac302ad39dd483e40f99a
This commit is contained in:
Colin Cross 2016-10-09 01:13:16 +00:00 committed by android-build-merger
commit ddaee09318
1 changed files with 1 additions and 1 deletions

View File

@ -96,11 +96,11 @@ func init() {
[]string{
"system/core/include",
"system/media/audio/include",
"hardware/libhardware/include",
"frameworks/native/include",
})
pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ",
[]string{
"hardware/libhardware/include",
"hardware/libhardware_legacy/include",
"hardware/ril/include",
"libnativehelper/include",