Merge "Revert "Remove implict jni.h include path""

This commit is contained in:
Orion Hodson 2020-06-05 15:23:25 +00:00 committed by Gerrit Code Review
commit e29cac0861
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,8 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps
if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
"${config.CommonGlobalIncludes}",
tc.IncludeFlags())
tc.IncludeFlags(),
"${config.CommonNativehelperInclude}")
}
if ctx.useSdk() {