diff options
| author | 2019-03-14 14:14:38 +0000 | |
|---|---|---|
| committer | 2019-03-14 14:14:38 +0000 | |
| commit | 4308cc478da2336bf099b6bfc1cf0f4398ac83b8 (patch) | |
| tree | 0c8e38172a5da3e5b3722ed6ee5d40218cc8ebe8 | |
| parent | 1f69a63dda1306f046c3b6c3ddb29770979944c7 (diff) | |
| parent | 35e4bc9868d52328f8c16c9c35cfa636c85699b4 (diff) | |
Merge "Rename data/pkg_staging to data/app-staging"
| -rw-r--r-- | cmds/installd/globals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/globals.cpp b/cmds/installd/globals.cpp index f52c2e778b..1394701f55 100644 --- a/cmds/installd/globals.cpp +++ b/cmds/installd/globals.cpp @@ -44,7 +44,7 @@ static constexpr const char* PROFILES_SUBDIR = "misc/profiles"; // sub-directory static constexpr const char* PRIVATE_APP_SUBDIR = "app-private/"; // sub-directory under // ANDROID_DATA -static constexpr const char* STAGING_SUBDIR = "pkg_staging/"; // sub-directory under ANDROID_DATA +static constexpr const char* STAGING_SUBDIR = "app-staging/"; // sub-directory under ANDROID_DATA std::string android_app_dir; std::string android_app_ephemeral_dir; |