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:
@@ -137,9 +137,9 @@ func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) andr
|
||||
implicits = append(implicits, deps.depGeneratedHeaders...)
|
||||
|
||||
// Default clang flags
|
||||
cflags = append(cflags, "${cc_config.CommonClangGlobalCflags}")
|
||||
cflags = append(cflags, "${cc_config.CommonGlobalCflags}")
|
||||
if ctx.Device() {
|
||||
cflags = append(cflags, "${cc_config.DeviceClangGlobalCflags}")
|
||||
cflags = append(cflags, "${cc_config.DeviceGlobalCflags}")
|
||||
}
|
||||
|
||||
// Toolchain clang flags
|
||||
|
Reference in New Issue
Block a user