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

Commit 5ae3856c authored by Gavin Corkery's avatar Gavin Corkery
Browse files

Rename data/staging to data/pkg_staging

Test: Build, flash, atest apex_e2e_tests
Change-Id: Ie66b0baaeb1845fdedbd6fa4bd5b33e63035627b
Fixes: 122999313
parent e4f26ef2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ public class Environment {

    /** {@hide} */
    public static File getDataStagingDirectory(String volumeUuid) {
        return new File(getDataDirectory(volumeUuid), "staging");
        return new File(getDataDirectory(volumeUuid), "pkg_staging");
    }

    /** {@hide} */