Revert \"Switch libcompiler_rt-extras to LateStaticLibs.\"

am: 15e4554049

Change-Id: Ie9b700c29111c14906d63ff366288af84645ce89
This commit is contained in:
Stephen Hines
2016-07-18 22:15:45 +00:00
committed by android-build-merger

View File

@@ -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() {