From 35e39720686e47fb936d3b7b671d478132f71f81 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 16 Dec 2016 08:42:35 -0800 Subject: [PATCH] Remove frameworks/base/include from the global include path It is empty now. Bug: 33630870 Test: m -j native Change-Id: I8f41b56594241aced0f874af2fa73207b51ff8d6 --- cc/config/global.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/config/global.go b/cc/config/global.go index c8b803b88..6f1448651 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -113,7 +113,6 @@ func init() { pctx.PrefixedPathsForOptionalSourceVariable("CommonGlobalSystemIncludes", "-isystem ", []string{ "frameworks/av/include", - "frameworks/base/include", }) // This is used by non-NDK modules to get jni.h. export_include_dirs doesn't help // with this, since there is no associated library.