diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index f62ef73307b8d6..3e72ee5031b667 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -96,9 +96,7 @@ config("abi_default") { ldflags = cflags if (current_os == "android") { - ldflags += [ - "-static-libstdc++", - ] + ldflags += [ "-static-libstdc++" ] } }