Fix: Strip option doesn't work for linux .so files (#26358)

diff --git a/DEPS b/DEPS
index b6eea79..b230a6f 100644
--- a/DEPS
+++ b/DEPS
@@ -98,7 +98,7 @@
 ]
 
 deps = {
-  'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ef50dec1f85ee435e967505f460d2c0ce6fde58e',
+  'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ff1975def53bfdaa1ff3f4b0cceabf54e1323392',
 
    # Fuchsia compatibility
    #
diff --git a/shell/config.gni b/shell/config.gni
index bfa09a3..22305c9 100644
--- a/shell/config.gni
+++ b/shell/config.gni
@@ -9,8 +9,6 @@
   # TODO(gw280): Enable once Fuchsia supports Vulkan through the embedder
   shell_enable_vulkan = false
   shell_enable_software = true
-
-  stripped_symbols = true
 }
 
 declare_args() {
diff --git a/shell/platform/android/BUILD.gn b/shell/platform/android/BUILD.gn
index 3a84c42..21d1528 100644
--- a/shell/platform/android/BUILD.gn
+++ b/shell/platform/android/BUILD.gn
@@ -3,6 +3,7 @@
 # found in the LICENSE file.
 
 import("//build/config/android/config.gni")
+import("//build/toolchain/clang.gni")
 import("//flutter/build/zip_bundle.gni")
 import("//flutter/common/config.gni")
 import("//flutter/shell/config.gni")