diff options
author | Brian Carlstrom <bdc@google.com> | 2010-08-04 15:45:52 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2010-08-04 15:45:52 -0700 |
commit | f2af88e81af5efb2d585963507f798d5a8b93d67 (patch) | |
tree | 750f41a5a32dc03f7006376103ae2bae04291636 /rootdir | |
parent | 5a0adf95b1170d3d9ec91b0106662cd17514f0e4 (diff) | |
download | system_core-f2af88e81af5efb2d585963507f798d5a8b93d67.zip system_core-f2af88e81af5efb2d585963507f798d5a8b93d67.tar.gz system_core-f2af88e81af5efb2d585963507f798d5a8b93d67.tar.bz2 |
Tracking merge of dalvik-dev to gingerbread
git cherry-pick --no-commit b99a099c
git cherry-pick --no-commit 9811671e023ceb82029040f7acf599013c773e6b
git cherry-pick --no-commit d0645bf0cc76ef7be11cf77a8e1995233a1972e4
Change-Id: Ie70fecaeaba97a25f114cd2717e381b5107533b1
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4a88513..1e3e2d2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -17,7 +17,7 @@ loglevel 3 export EXTERNAL_STORAGE /mnt/sdcard export ASEC_MOUNTPOINT /mnt/asec export LOOP_MOUNTPOINT /mnt/obb - 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/bouncycastle.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 |