Revert \\"Switch libcompiler_rt-extras to LateStaticLibs.\\" am: 15e4554049
am: e79be1b210
Change-Id: I13098aa706360628ae01dc3bcdda4037a0bc732f
This commit is contained in:
2
cc/cc.go
2
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...)
|
deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, linker.Properties.Export_shared_lib_headers...)
|
||||||
|
|
||||||
if !ctx.sdk() && ctx.ModuleName() != "libcompiler_rt-extras" {
|
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() {
|
if ctx.Device() {
|
||||||
|
Reference in New Issue
Block a user