Temporarily disable pdfium_noshorten_config for core/fxge on Android.

This build config generates warnings on 64-bit Android builds.

Change-Id: I3747df241e837c0560379ab9626358e766751547
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/91210
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/core/fxge/BUILD.gn b/core/fxge/BUILD.gn
index 18b15b7..23437a1 100644
--- a/core/fxge/BUILD.gn
+++ b/core/fxge/BUILD.gn
@@ -161,6 +161,9 @@
       "android/cfx_androidfontinfo.h",
       "android/fx_android_impl.cpp",
     ]
+
+    # TODO(tsepez): Enable on Android.
+    configs -= [ "../../:pdfium_noshorten_config" ]
   }
 
   if (is_linux || is_chromeos || is_fuchsia) {