Switch NDK libc++ from prebuilts/ndk to prebuilts/clang
Remove old NDK libc++ Soong modules, and use libunwind instead of ndk_libunwind. Bug: http://b/332594828 Test: m nothing --no-skip-soong-tests Test: m blueprint_tests Change-Id: I6763a4dbba660240e47a4a2eb179382c0a0a9840
This commit is contained in:
@@ -177,7 +177,7 @@ func (stl *stl) deps(ctx BaseModuleContext, deps Deps) Deps {
|
||||
} else {
|
||||
deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")
|
||||
}
|
||||
deps.StaticLibs = append(deps.StaticLibs, "ndk_libunwind")
|
||||
deps.StaticLibs = append(deps.StaticLibs, "libunwind")
|
||||
default:
|
||||
panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
|
||||
}
|
||||
|
Reference in New Issue
Block a user