Index: build/toolchain/android/BUILD.gn |
diff --git a/build/toolchain/android/BUILD.gn b/build/toolchain/android/BUILD.gn |
index b483e214df682cd56d5151d7779d0dad2dea6a96..78a6c9f97bf77d83ca6c60f590849983708ac41b 100644 |
--- a/build/toolchain/android/BUILD.gn |
+++ b/build/toolchain/android/BUILD.gn |
@@ -29,6 +29,9 @@ template("android_gcc_toolchain") { |
libs_section_prefix = "$android_ndk_lib/crtbegin_dynamic.o" |
libs_section_postfix = "$android_ndk_lib/crtend_android.o" |
+ solink_libs_section_prefix = "$android_ndk_lib/crtbegin_so.o" |
+ solink_libs_section_postfix = "$android_ndk_lib/crtend_so.o" |
+ |
# The tools should be run relative to the build dir. |
tool_prefix = rebase_path(invoker.tool_prefix, root_build_dir) |