diff options
| author | 2015-04-07 21:24:00 +0000 | |
|---|---|---|
| committer | 2015-04-07 21:24:00 +0000 | |
| commit | f3529d9aba9030ed4f3b7ac9570db0f401d9c1fb (patch) | |
| tree | 62d39166c26fcf6944dfd1baa998f1337d64440c /cmds/installd/commands.c | |
| parent | b58e6cbfa726add05bbe5e31e8ca13815ccf2049 (diff) | |
| parent | dc10342dc9031883046b4b44d009a4422545e7e2 (diff) | |
am dc10342d: am 2d42dc74: Merge "Valid APK paths now include expanded storage."
* commit 'dc10342dc9031883046b4b44d009a4422545e7e2':
Valid APK paths now include expanded storage.
Diffstat (limited to 'cmds/installd/commands.c')
| -rw-r--r-- | cmds/installd/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 58e7efee92..5f72ae4cbf 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -30,6 +30,7 @@ dir_rec_t android_app_dir; dir_rec_t android_app_private_dir; dir_rec_t android_app_lib_dir; dir_rec_t android_media_dir; +dir_rec_t android_mnt_expand_dir; dir_rec_array_t android_system_dirs; int install(const char *pkgname, uid_t uid, gid_t gid, const char *seinfo) |