Revert "Make KEY_DSU_SLOT work"

This reverts commit c9df47114f.

Reason for revert: 280831236

Change-Id: Id7f4fc89528be941ad401827bd48cde88c76d984
This commit is contained in:
Chun-Wei Wang
2023-05-05 12:16:14 +00:00
committed by Gerrit Code Review
parent c9df47114f
commit 9eca232a15

View File

@@ -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/dsu/";
private static final String PATH_DEFAULT = "/data/gsi/";
private Context mContext;
private String mInstallPath, mDsuSlot;
private volatile IGsiService mGsiService;