Move builder.go over to llvm-objcopy.
Bug: http://b/147452927 Test: treehugger Change-Id: I60440e44669d226ca2ef2bcd8d0dbba59f01d43f
This commit is contained in:
parent
6050c3c31e
commit
2e70f79273
|
@ -968,7 +968,7 @@ func transformObjsToObj(ctx android.ModuleContext, objFiles android.Paths,
|
|||
func transformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path,
|
||||
flags builderFlags, outputFile android.WritablePath) {
|
||||
|
||||
objcopyCmd := gccCmd(flags.toolchain, "objcopy")
|
||||
objcopyCmd := "${config.ClangBin}/llvm-objcopy"
|
||||
|
||||
ctx.Build(pctx, android.BuildParams{
|
||||
Rule: prefixSymbols,
|
||||
|
|
Loading…
Reference in New Issue