platform/wm/rhodes/AppManager.cpp in rhodes-3.5.1.12 vs platform/wm/rhodes/AppManager.cpp in rhodes-5.5.0
- old
+ new
@@ -220,21 +220,21 @@
if (!RemoveFolder(root + "apps")) {
LOG(ERROR) + "Failed to remove" + "\"" + (root + "apps") + "\"";
return RRB_REMOVEOLD_ERR;
}
-#if defined(APP_BUILD_CAPABILITY_MOTOROLA)
+#if defined(APP_BUILD_CAPABILITY_SYMBOL)
const char *rhopath = rho_native_rhopath();
const char *runtimepath = rho_native_reruntimepath();
int rhopath_len = strlen(rhopath);
int runtimepath_len = strlen(runtimepath);
if ((rhopath_len > 0) && (rhopath_len == runtimepath_len) && (_strnicmp(rhopath, runtimepath, rhopath_len)==0)) {
#endif
if (!RemoveFolder(root + "lib")) {
LOG(ERROR) + "Failed to remove" + "\"" + (root + "lib ") + "\"";
return RRB_REMOVEOLD_ERR;
}
-#if defined(APP_BUILD_CAPABILITY_MOTOROLA)
+#if defined(APP_BUILD_CAPABILITY_SYMBOL)
}
#endif
return RRB_NONE_ERR;
}
\ No newline at end of file