Merge "[NFCI] Change llvm-ar '-format' to be '--format'."
This commit is contained in:
commit
f73658bdc6
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ func transformObjToStaticLib(ctx android.ModuleContext,
|
|||
arCmd := "${config.ClangBin}/llvm-ar"
|
||||
arFlags := ""
|
||||
if !ctx.Darwin() {
|
||||
arFlags += " -format=gnu"
|
||||
arFlags += " --format=gnu"
|
||||
}
|
||||
|
||||
if len(wholeStaticLibs) == 0 {
|
||||
|
|
Loading…
Reference in a new issue