Remove frameworks/base/include from the global include path

It is empty now.

Bug: 33630870
Test: m -j native
Change-Id: I8f41b56594241aced0f874af2fa73207b51ff8d6
This commit is contained in:
Colin Cross 2016-12-16 08:42:35 -08:00
parent 32ec36c631
commit 35e3972068

View file

@ -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.