Opt libpdfium out of the new pass manager
am: 932954fa1a

Change-Id: Ie3a93ae735a2152cc6d4f94101e5aa7fb0f1807a
diff --git a/Android.bp b/Android.bp
index ab7a598..550d934 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,10 @@
         // and cpwl_edit_impl.cpp:1825 have -Wimplicit-fallthrough.
         "-Werror",
 
+        // The new pass manager causes non-deterministic build result.
+        // http://b/135660678
+        "-fno-experimental-new-pass-manager",
+
         "-DOPJ_STATIC",
         "-DPNG_PREFIX",
         "-DPNG_USE_READ_MACROS",