diff options
| author | 2015-04-07 21:13:42 +0000 | |
|---|---|---|
| committer | 2015-04-07 21:13:42 +0000 | |
| commit | dc10342dc9031883046b4b44d009a4422545e7e2 (patch) | |
| tree | 6374da5e0cb0fa5c185c53d55cc6bbfec6418924 /cmds/installd/commands.c | |
| parent | 4914f85f8073073194da5a88c557220456777eda (diff) | |
| parent | 2d42dc74e9b647345a5d4ba79bcdadbf700002e2 (diff) | |
am 2d42dc74: Merge "Valid APK paths now include expanded storage."
* commit '2d42dc74e9b647345a5d4ba79bcdadbf700002e2':
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) |