From f8fabfab4eb5f54f47c9a3d3b09f4f969b1ec7c7 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Thu, 19 Jan 2012 21:23:37 +0700 Subject: aries-common: Rename PHONE_STORAGE to SECONDARY_STORAGE SECONDARY_STORAGE is the AOSP variable for additional storage and is used by the SQLite trigger _DELETE_FILE --- init.aries.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.aries.rc') diff --git a/init.aries.rc b/init.aries.rc index 957259a..b668b55 100644 --- a/init.aries.rc +++ b/init.aries.rc @@ -2,8 +2,8 @@ import init.aries.usb.rc on init loglevel 9 - export PHONE_STORAGE /mnt/emmc export EXTERNAL_STORAGE /mnt/sdcard + export SECONDARY_STORAGE /mnt/emmc # FIXME: Market checks this variable for space-checking, but downloads to /datadata export DOWNLOAD_CACHE /data/download -- cgit v1.1