aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-07-18 15:54:54 -0700
committerStephen Hines <srhines@google.com>2016-07-18 16:06:05 -0700
commit1034786c379dcdc930c641ccbe8bd04936cce1f1 (patch)
tree7cb13be2ac0e3c17dd6b7709e45efca0d9d07f98 /cc/cc.go
parent15e4554049181d0dee583f3659dc6fd263c21435 (diff)
downloadbuild_soong-1034786c379dcdc930c641ccbe8bd04936cce1f1.tar.gz
build_soong-1034786c379dcdc930c641ccbe8bd04936cce1f1.tar.bz2
build_soong-1034786c379dcdc930c641ccbe8bd04936cce1f1.zip
Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs.""
This reverts commit 15e4554049181d0dee583f3659dc6fd263c21435. Change-Id: Iff62dd9fd45746847440f50240c25d32747367df
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index f8723bb1..89f40b34 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.StaticLibs = append(deps.StaticLibs, "libcompiler_rt-extras")
+ deps.LateStaticLibs = append(deps.LateStaticLibs, "libcompiler_rt-extras")
}
if ctx.Device() {