Merge "Update dalvik host script for new conscrypt and okhttp classpath entries"
diff --git a/vm/dalvik b/vm/dalvik
index cb46775..9229e5a 100644
--- a/vm/dalvik
+++ b/vm/dalvik
@@ -23,6 +23,8 @@
exec $ANDROID_BUILD_TOP/out/host/linux-x86/bin/dalvikvm \
-Xbootclasspath\
:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
+:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/conscrypt-hostdex.jar\
+:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/okhttp-hostdex.jar\
:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \
$*