Rename ninja variables with Clang in the name
Rename the ninja variables that have an extraneous Clang in the name, since there are no longer any non-Clang variables. Bug: 68947919 Test: no change to command lines used to build mmma bionic Change-Id: I081d5e1d423a66d55faece6cb1d265cd5e504d5f
This commit is contained in:
@@ -500,10 +500,10 @@ func transformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and
|
||||
sAbiDumpFiles = make(android.Paths, 0, len(srcFiles))
|
||||
}
|
||||
|
||||
cflags += " ${config.NoOverrideClangGlobalCflags}"
|
||||
toolingCflags += " ${config.NoOverrideClangGlobalCflags}"
|
||||
cppflags += " ${config.NoOverrideClangGlobalCflags}"
|
||||
toolingCppflags += " ${config.NoOverrideClangGlobalCflags}"
|
||||
cflags += " ${config.NoOverrideGlobalCflags}"
|
||||
toolingCflags += " ${config.NoOverrideGlobalCflags}"
|
||||
cppflags += " ${config.NoOverrideGlobalCflags}"
|
||||
toolingCppflags += " ${config.NoOverrideGlobalCflags}"
|
||||
|
||||
for i, srcFile := range srcFiles {
|
||||
objFile := android.ObjPathWithExt(ctx, subdir, srcFile, "o")
|
||||
|
Reference in New Issue
Block a user