Skip to content

Commit

Permalink
system/core: Add support for telephony-msim
Browse files Browse the repository at this point in the history
Add telephony-msim to BOOTCLASSPATH

Change-Id: I8f585fc8414705450a54127908f182c0eacf4c03
  • Loading branch information
Rakesh Pallerla authored and hyperb1iss committed Oct 8, 2013
1 parent ea65702 commit 1640d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ loglevel 3
export ANDROID_STORAGE /storage
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/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.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/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/telephony-msim.jar
export TERMINFO /system/etc/terminfo
export TERM linux

Expand Down

0 comments on commit 1640d4c

Please sign in to comment.