Opt libpdfium out of the new pass manager am: 932954fa1a am: 7cabf255b1
am: 38f0c864c9

Change-Id: I21d67597f3381471d6c7d1a235c6ec3915eb2f79
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",