am 2f629d3e: Merge "Add Bouncy Castle to classpath in run-libcore-tests."

* commit '2f629d3eff3e73b64efdc95b90446d1ff8d4e831':
  Add Bouncy Castle to classpath in run-libcore-tests.
diff --git a/run-libcore-tests b/run-libcore-tests
index 79c4d07..ef30877 100755
--- a/run-libcore-tests
+++ b/run-libcore-tests
@@ -23,5 +23,6 @@
   --vm-arg -Xmx32M \
   --classpath out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar \
   --classpath out/target/common/obj/JAVA_LIBRARIES/sqlite-jdbc_intermediates/classes.jar \
+  --classpath out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jar \
   $test_packages \
   || true