Remove frameworks/base/include from the global include path
It is empty now.
Bug: 33630870
Test: m -j native
Change-Id: I8f41b56594241aced0f874af2fa73207b51ff8d6
diff --git a/cc/config/global.go b/cc/config/global.go
index c8b803b..6f14486 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -113,7 +113,6 @@
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.