summaryrefslogtreecommitdiff
path: root/cmds/installd/globals.cpp
diff options
context:
space:
mode:
author Gavin Corkery <gavincorkery@google.com> 2019-02-27 12:24:19 +0000
committer Gavin Corkery <gavincorkery@google.com> 2019-02-27 12:39:33 +0000
commit950d5b4b8a55bda5874bfa75f3bcadf7160446a0 (patch)
treeccdb67c75dfb036baf02fda2273953c2822d1d22 /cmds/installd/globals.cpp
parent6155fa06426a5191d38fa98df0d2d40407e64b4b (diff)
Rename data/pkg_staging to data/app-staging
Test: atest apex_e2e_tests Bug: 126330086 Change-Id: Id98ecbad4f9452bc40a628ceb8c50ce20453d7ad
Diffstat (limited to 'cmds/installd/globals.cpp')
-rw-r--r--cmds/installd/globals.cpp2
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;