diff options
| author | 2019-03-14 07:22:04 -0700 | |
|---|---|---|
| committer | 2019-03-14 07:22:04 -0700 | |
| commit | fca4a38c1864b3a7da1ba2d08a787c3c7ad9b176 (patch) | |
| tree | dbbb1263551871aaeacb9d60c4280aecd305ac06 | |
| parent | 10fd717a0f11485c999ec64639e2bde0b5fbcd1e (diff) | |
| parent | 4308cc478da2336bf099b6bfc1cf0f4398ac83b8 (diff) | |
Merge "Rename data/pkg_staging to data/app-staging"
am: 4308cc478d
Change-Id: I3c1bfc034350839336395086504f513cd8a71002
| -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; |