From 15e4554049181d0dee583f3659dc6fd263c21435 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 18 Jul 2016 22:08:39 +0000 Subject: [PATCH] Revert "Switch libcompiler_rt-extras to LateStaticLibs." This reverts commit bb7473dd1a5423c62178d9271ce6a103f08561bd. Change-Id: I6099fd8dadc0213a78cab3e2daef5c5ebd4c31ee --- cc/cc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/cc.go b/cc/cc.go index 89f40b347..f8723bb13 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -1337,7 +1337,7 @@ func (linker *baseLinker) deps(ctx BaseModuleContext, deps Deps) Deps { deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, linker.Properties.Export_shared_lib_headers...) if !ctx.sdk() && ctx.ModuleName() != "libcompiler_rt-extras" { - deps.LateStaticLibs = append(deps.LateStaticLibs, "libcompiler_rt-extras") + deps.StaticLibs = append(deps.StaticLibs, "libcompiler_rt-extras") } if ctx.Device() {