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:
parent
32ec36c631
commit
35e3972068
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue