Skip to content

Commit

Permalink
init: Remove $TERM from global environment
Browse files Browse the repository at this point in the history
 * This is causing CTS failure due to GTest spewing colors.
 * We'll set it in mksh instead.

Change-Id: I377e30164019c01b0ad076c16e6ed3241e4d9940
  • Loading branch information
hyperb1iss committed Nov 19, 2013
1 parent bea3bdb commit 3bc3029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ loglevel 3
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:/system/framework/telephony-msim.jar
export TERMINFO /system/etc/terminfo
export TERM linux

# Backward compatibility
symlink /system/etc /etc
Expand Down

0 comments on commit 3bc3029

Please sign in to comment.