Merge "Move hardware/libhardware/include from -isystem to -I" am: 3f9bde87fb

am: ddaee09318

Change-Id: Ibf332a20fd015d191f41f2281fbc1fc4c93f3c89
This commit is contained in:
Colin Cross
2016-10-09 01:17:46 +00:00
committed by android-build-merger

View File

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