Index: build/config/android/BUILD.gn |
diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn |
index 62c6d0c16c0734424db2a6e0f6b610bb39544a7f..0920ee8c9e1fed037762b50165f84f14e0ee9641 100644 |
--- a/build/config/android/BUILD.gn |
+++ b/build/config/android/BUILD.gn |
@@ -143,7 +143,7 @@ config("runtime_library") { |
defines = [ "__GNU_SOURCE=1" ] # Necessary for clone(). |
ldflags = [ "-nostdlib" ] |
- lib_dirs = [ "$android_libcpp_root/libs/$android_app_abi" ] |
+ lib_dirs = [ android_libcpp_lib_dir ] |
# The libc++ runtime library (must come first). |
# ASan needs to dynamically link to libc++ even in static builds so |