Loading cc/compiler.go +2 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
cc/compiler.go +2 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading