diff --git a/cc/config/global.go b/cc/config/global.go index ffd9d800a..7209d16f3 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -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",