Move builder.go over to llvm-objcopy.

Bug: http://b/147452927
Test: treehugger
Change-Id: I60440e44669d226ca2ef2bcd8d0dbba59f01d43f
This commit is contained in:
Elliott Hughes 2021-04-19 12:58:43 -07:00
parent 6050c3c31e
commit 2e70f79273
1 changed files with 1 additions and 1 deletions

View File

@ -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,