Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 950d5b4b authored by Gavin Corkery's avatar Gavin Corkery
Browse files

Rename data/pkg_staging to data/app-staging

Test: atest apex_e2e_tests
Bug: 126330086

Change-Id: Id98ecbad4f9452bc40a628ceb8c50ce20453d7ad
parent 6155fa06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;