Merge "Moving junit out of core.jar and into core-junit.jar."

This commit is contained in:
Jesse Wilson 2010-05-12 22:03:32 -07:00 committed by Android (Google) Code Review
commit 4a8becbf16
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ loglevel 3
export ANDROID_DATA /data
export EXTERNAL_STORAGE /mnt/sdcard
export ASEC_MOUNTPOINT /mnt/asec
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar
# Backward compatibility
symlink /system/etc /etc