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

This commit is contained in:
Treehugger Robot 2016-10-09 01:05:31 +00:00 committed by Gerrit Code Review
commit 3f9bde87fb
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",