Remove unused flags.Nocrt
Nocrt is handled through deps.CrtBegin/End, flags.Nocrt is unused Change-Id: I8ab5313bb2eb3a00e336504d6dd3813350fbe14d Test: soong builds
This commit is contained in:
@@ -95,7 +95,6 @@ func flagsToBuilderFlags(in Flags) builderFlags {
|
||||
yaccFlags: strings.Join(in.YaccFlags, " "),
|
||||
ldFlags: strings.Join(in.LdFlags, " "),
|
||||
libFlags: strings.Join(in.libFlags, " "),
|
||||
nocrt: in.Nocrt,
|
||||
toolchain: in.Toolchain,
|
||||
clang: in.Clang,
|
||||
}
|
||||
|
Reference in New Issue
Block a user