ART: Enable more libcore tests (crypto)

This patch enables additional libcore tests run by the ART buildbots.
These are tests from the org.apache.harmony.crypto and
libcore.javax.crypto packages and take extra ~8 minutes to run on
target and ~2 minutes on host.

Change-Id: I7cd314eca654320104fee26d8c34437450814dc2
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index e25d1b3..a19fd15 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -34,6 +34,7 @@
                   "libcore.java.math"
                   "libcore.java.text"
                   "libcore.java.util"
+                  "libcore.javax.crypto"
                   "libcore.javax.security"
                   "libcore.javax.sql"
                   "libcore.javax.xml"
@@ -41,6 +42,7 @@
                   "libcore.reflect"
                   "libcore.util"
                   "org.apache.harmony.annotation"
+                  "org.apache.harmony.crypto"
                   "org.apache.harmony.luni"
                   "org.apache.harmony.nio"
                   "org.apache.harmony.regex"