diff options
author | 2015-12-07 15:33:03 +0000 | |
---|---|---|
committer | 2015-12-07 15:33:03 +0000 | |
commit | 32717f851ec39e44b43dcd2053b091daff5e1753 (patch) | |
tree | 315761c09a686038167eeb83febca92f864445f3 /cmds/installd/commands.cpp | |
parent | d348e0add54ea2dd585f910bf4ebb63021a54d5f (diff) | |
parent | 5c1a910e6a2d2c42002dc6ed88ff770336afcb3f (diff) |
Merge "Create new ephemeral app directory"
Diffstat (limited to 'cmds/installd/commands.cpp')
-rw-r--r-- | cmds/installd/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/commands.cpp b/cmds/installd/commands.cpp index e49e663f26..3b2a086487 100644 --- a/cmds/installd/commands.cpp +++ b/cmds/installd/commands.cpp @@ -36,6 +36,7 @@ dir_rec_t android_data_dir; dir_rec_t android_asec_dir; dir_rec_t android_app_dir; dir_rec_t android_app_private_dir; +dir_rec_t android_app_ephemeral_dir; dir_rec_t android_app_lib_dir; dir_rec_t android_media_dir; dir_rec_t android_mnt_expand_dir; |