commit | bfce5041671a5b496e4b9655416230aad16615aa | [log] [tgz] |
---|---|---|
author | Xuefer <xuefer@gmail.com> | Tue Apr 14 02:02:05 2015 +0800 |
committer | Ethan Yonker <dees_troy@teamw.in> | Wed Jun 17 17:06:41 2015 -0500 |
tree | e20305373e157cb6cf257e130e6e179895c728a8 | |
parent | 6511c4d178cc7bef260cafecf07e874d334d0ed6 [diff] |
fix settingsstorage mark Change-Id: I60755ca66f048d1484c3d55dc60099679ba987f6
diff --git a/partition.cpp b/partition.cpp index e154564..6c5cf53 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -478,6 +478,7 @@ } } else if (strcmp(ptr, "settingsstorage") == 0) { Is_Storage = true; + Is_Settings_Storage = true; } else if (strcmp(ptr, "andsec") == 0) { Has_Android_Secure = true; } else if (strcmp(ptr, "canbewiped") == 0) {