Revert "Switch NDK libc++ from prebuilts/ndk to prebuilts/clang"
Revert submission 3195358-ndk-libcxx Reason for revert: Droidmonitor created revert due to b/356220894. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3195358-ndk-libcxx Change-Id: Ic9cd3d30637d5ac187d3fc80b34d45083f37064e
This commit is contained in:
committed by
Gerrit Code Review
parent
5228aebbde
commit
08d5d260db
@@ -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, "libunwind")
|
||||
deps.StaticLibs = append(deps.StaticLibs, "ndk_libunwind")
|
||||
default:
|
||||
panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
|
||||
}
|
||||
|
Reference in New Issue
Block a user