diff options
author | Marius Renn <renn@google.com> | 2012-03-27 16:29:53 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-27 16:29:53 -0700 |
commit | 15892e10a49b5b5f3d612228cd3e125cf3b43025 (patch) | |
tree | cde8d042cd8a11dbe33abd921b2ab4e196d620e6 | |
parent | b6428c07f2bfb213f85883a17d8814b68d335a5d (diff) | |
parent | 71513567dc0249af1b304e458ceac391ffcbeff5 (diff) | |
download | system_core-15892e10a49b5b5f3d612228cd3e125cf3b43025.zip system_core-15892e10a49b5b5f3d612228cd3e125cf3b43025.tar.gz system_core-15892e10a49b5b5f3d612228cd3e125cf3b43025.tar.bz2 |
Merge "Multi-Project Commit: Move of filterfw out of system/media (6 of 7)"
-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 8520854..71ec3fa 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -30,7 +30,7 @@ loglevel 3 export ANDROID_DATA /data export ASEC_MOUNTPOINT /mnt/asec export LOOP_MOUNTPOINT /mnt/obb - export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar + export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar # Backward compatibility symlink /system/etc /etc |