Loading cc/builder.go +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and ccCmd = "clang" moduleCflags = cflags moduleToolingCflags = toolingCflags case ".cpp", ".cc", ".mm": case ".cpp", ".cc", ".cxx", ".mm": ccCmd = "clang++" moduleCflags = cppflags moduleToolingCflags = toolingCppflags Loading cc/compdb.go +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Modu isAsm = false isCpp = false clangPath = ccPath case ".cpp", ".cc", ".mm": case ".cpp", ".cc", ".cxx", ".mm": isAsm = false isCpp = true clangPath = cxxPath Loading Loading
cc/builder.go +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and ccCmd = "clang" moduleCflags = cflags moduleToolingCflags = toolingCflags case ".cpp", ".cc", ".mm": case ".cpp", ".cc", ".cxx", ".mm": ccCmd = "clang++" moduleCflags = cppflags moduleToolingCflags = toolingCppflags Loading
cc/compdb.go +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Modu isAsm = false isCpp = false clangPath = ccPath case ".cpp", ".cc", ".mm": case ".cpp", ".cc", ".cxx", ".mm": isAsm = false isCpp = true clangPath = cxxPath Loading