diff options
author | San Mehat <san@google.com> | 2010-02-24 10:17:32 -0800 |
---|---|---|
committer | San Mehat <san@google.com> | 2010-02-24 10:17:37 -0800 |
commit | a9db22f1228996d8f81e4f4903fa5c598a606fbd (patch) | |
tree | d9f207c7c58569ce0d8dea345438c2415ffe5ddf /rootdir | |
parent | 71122f9a538e64333fbf4f999f8e38785e1eec43 (diff) | |
download | system_core-a9db22f1228996d8f81e4f4903fa5c598a606fbd.zip system_core-a9db22f1228996d8f81e4f4903fa5c598a606fbd.tar.gz system_core-a9db22f1228996d8f81e4f4903fa5c598a606fbd.tar.bz2 |
rootdir: init.rc: Add 'ASEC_MOUNTPOINT' environment variable.
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index ea79490..0e52e54 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -13,6 +13,7 @@ loglevel 3 export ANDROID_ASSETS /system/app export ANDROID_DATA /data export EXTERNAL_STORAGE /mnt/sdcard + export ASEC_MOUNTPOINT /mnt/asec export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar # Backward compatibility |