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

Commit df7dcc8c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make KEY_DSU_SLOT work" am: 2189f35a am: 45b32d47 am: dff2e714...

Merge "Make KEY_DSU_SLOT work" am: 2189f35a am: 45b32d47 am: dff2e714 am: dbb743b1 am: 6e8d7477

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2577792



Change-Id: I39c5e070b39fd7d79cba2b73164dbb581520ec23
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e5800d9d 6e8d7477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public class DynamicSystemService extends IDynamicSystemService.Stub {
    private static final String TAG = "DynamicSystemService";
    private static final long MINIMUM_SD_MB = (30L << 10);
    private static final int GSID_ROUGH_TIMEOUT_MS = 8192;
    private static final String PATH_DEFAULT = "/data/gsi/";
    private static final String PATH_DEFAULT = "/data/gsi/dsu/";
    private Context mContext;
    private String mInstallPath, mDsuSlot;
    private volatile IGsiService mGsiService;