summaryrefslogtreecommitdiffstats
path: root/cmds/installd/commands.cpp
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-11-07 17:52:50 -0800
committerSteve Kondik <steve@cyngn.com>2015-11-07 17:54:10 -0800
commit911c7f3338fb1737dae3daddbf3735cc84786e11 (patch)
tree66d7e2603741efb82d12567a404a9145bc786b41 /cmds/installd/commands.cpp
parent4cf9742078c4b48c3b9c301044f64314a8f07a9f (diff)
downloadframeworks_native-911c7f3338fb1737dae3daddbf3735cc84786e11.zip
frameworks_native-911c7f3338fb1737dae3daddbf3735cc84786e11.tar.gz
frameworks_native-911c7f3338fb1737dae3daddbf3735cc84786e11.tar.bz2
installd: Consider bundled app dir as a valid apk path
Change-Id: I92db56f21bf91e0816b63faffcfbb270ca2d8fca
Diffstat (limited to 'cmds/installd/commands.cpp')
-rw-r--r--cmds/installd/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/commands.cpp b/cmds/installd/commands.cpp
index 55cdabc..322d537 100644
--- a/cmds/installd/commands.cpp
+++ b/cmds/installd/commands.cpp
@@ -39,6 +39,7 @@ 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_t android_prebundled_dir;
dir_rec_array_t android_system_dirs;
static const char* kCpPath = "/system/bin/cp";