Loading cc/compiler.go +1 −2 Original line number Original line Diff line number Diff line Loading @@ -300,8 +300,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { flags.SystemIncludeFlags = append(flags.SystemIncludeFlags, flags.SystemIncludeFlags = append(flags.SystemIncludeFlags, "${config.CommonGlobalIncludes}", "${config.CommonGlobalIncludes}", tc.IncludeFlags(), tc.IncludeFlags()) "${config.CommonNativehelperInclude}") } } if ctx.useSdk() { if ctx.useSdk() { Loading Loading
cc/compiler.go +1 −2 Original line number Original line Diff line number Diff line Loading @@ -300,8 +300,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { flags.SystemIncludeFlags = append(flags.SystemIncludeFlags, flags.SystemIncludeFlags = append(flags.SystemIncludeFlags, "${config.CommonGlobalIncludes}", "${config.CommonGlobalIncludes}", tc.IncludeFlags(), tc.IncludeFlags()) "${config.CommonNativehelperInclude}") } } if ctx.useSdk() { if ctx.useSdk() { Loading