Remove support for gnustl.
Test: make checkbuild Bug: None Change-Id: Ifa457e9907e20bafa2885fbd6935d43b7f22aaaf
This commit is contained in:
@@ -579,7 +579,7 @@ func (library *libraryDecorator) linkShared(ctx ModuleContext,
|
||||
|
||||
// TODO(danalbert): Clean this up when soong supports prebuilts.
|
||||
if strings.HasPrefix(ctx.selectedStl(), "ndk_libc++") {
|
||||
libDir := getNdkStlLibDir(ctx, flags.Toolchain, "libc++")
|
||||
libDir := getNdkStlLibDir(ctx, "libc++")
|
||||
|
||||
if strings.HasSuffix(ctx.selectedStl(), "_shared") {
|
||||
deps.StaticLibs = append(deps.StaticLibs,
|
||||
|
Reference in New Issue
Block a user