Loading cc/config/global.go +13 −12 Original line number Diff line number Diff line Loading @@ -225,8 +225,7 @@ func init() { // Everything in these lists is a crime against abstraction and dependency tracking. // Do not add anything to this list. pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I", []string{ commonGlobalIncludes := []string{ "system/core/include", "system/logging/liblog/include", "system/media/audio/include", Loading @@ -236,7 +235,9 @@ func init() { "frameworks/native/include", "frameworks/native/opengl/include", "frameworks/av/include", }) } exportedVars.Set("CommonGlobalIncludes", commonGlobalIncludes) pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I", commonGlobalIncludes) pctx.SourcePathVariable("ClangDefaultBase", ClangDefaultBase) pctx.VariableFunc("ClangBase", func(ctx android.PackageVarContext) string { Loading Loading
cc/config/global.go +13 −12 Original line number Diff line number Diff line Loading @@ -225,8 +225,7 @@ func init() { // Everything in these lists is a crime against abstraction and dependency tracking. // Do not add anything to this list. pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I", []string{ commonGlobalIncludes := []string{ "system/core/include", "system/logging/liblog/include", "system/media/audio/include", Loading @@ -236,7 +235,9 @@ func init() { "frameworks/native/include", "frameworks/native/opengl/include", "frameworks/av/include", }) } exportedVars.Set("CommonGlobalIncludes", commonGlobalIncludes) pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I", commonGlobalIncludes) pctx.SourcePathVariable("ClangDefaultBase", ClangDefaultBase) pctx.VariableFunc("ClangBase", func(ctx android.PackageVarContext) string { Loading