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 --- lpm.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lpm.rc') diff --git a/lpm.rc b/lpm.rc index 6878ecd..84a6e9a 100644 --- a/lpm.rc +++ b/lpm.rc @@ -15,7 +15,7 @@ loglevel 9 export ANDROID_ASSETS /system/app export ANDROID_DATA /data export EXTERNAL_STORAGE /mnt/sdcard - export PHONE_STORAGE /mnt/emmc + export SECONDARY_STORAGE /mnt/emmc export ASEC_MOUNTPOINT /mnt/asec export LOOP_MOUNTPOINT /mnt/obb -- cgit v1.1