OSDN Git Service

Update dalvik host script for new conscrypt and okhttp classpath entries
authorBrian Carlstrom <bdc@google.com>
Wed, 1 May 2013 00:51:03 +0000 (17:51 -0700)
committerBrian Carlstrom <bdc@google.com>
Wed, 1 May 2013 00:51:03 +0000 (17:51 -0700)
Change-Id: I9af7dfeb7387544bff98af55716f3db9808e39cb

vm/dalvik

index cb46775..9229e5a 100644 (file)
--- a/vm/dalvik
+++ b/vm/dalvik
@@ -23,6 +23,8 @@ LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \
 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 \
 $*