Commit 258e98b86ae47d9ddaf5bb8986c51a690d6377f0

Create android_secure apps2sd directory if it doesn't exist
init
(1 / 0)
  
497497fi
498498
499499# Bind-mount /sdcard/.android_secure to /mnt/secure/asec for native Apps2SD
500[ -d /sdcard/.android_secure ] || mkdir /sdcard/.android_secure
500501mount --bind /sdcard/.android_secure /mnt/secure/asec
501502
502503exec /init.android