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) {