Reland "Revert "Make KEY_DSU_SLOT work""
This reverts commit 9eca232a15.
Reason for revert: fixed test failure
Change-Id: I06e36335ec7c72062d2f0f3e42d529dea660be25
This commit is contained in:
committed by
Gerrit Code Review
parent
9eca232a15
commit
306932d850
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user