aboutsummaryrefslogtreecommitdiffstats
path: root/edifyscripting.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-07-13 10:34:23 -0700
committerKoushik Dutta <koushd@gmail.com>2011-07-13 10:34:23 -0700
commit94a4babac74cdd9cad34dbaa0f38997ed540cec7 (patch)
tree5c12221ee50e7877c1f23a1b511c8870f3f355ed /edifyscripting.c
parente87f9e695e041a2ad547de98e317a35332dc1c9e (diff)
downloadbootable_recovery-94a4babac74cdd9cad34dbaa0f38997ed540cec7.zip
bootable_recovery-94a4babac74cdd9cad34dbaa0f38997ed540cec7.tar.gz
bootable_recovery-94a4babac74cdd9cad34dbaa0f38997ed540cec7.tar.bz2
Google Music stores their music cache /sdcard/Android...
Can't back this up unless we start selectively excluding apps, which is gross. Most apps only store interstitial files here, so it is not a huge deal. Apps need to be able to work properly without an SD card. (Oops ROM Manager). Revert "backup and restore of /sdcard/Android (see getExternalFilesDir)" This reverts commit 50732e3c67454e174f008ba5443b21070f360a56. Conflicts: Android.mk Change-Id: I3978c5521b4f29c4d709c3bb6a8fa7e53678a79e
Diffstat (limited to 'edifyscripting.c')
-rw-r--r--edifyscripting.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/edifyscripting.c b/edifyscripting.c
index 1634a9e..89554d7 100644
--- a/edifyscripting.c
+++ b/edifyscripting.c
@@ -145,10 +145,6 @@ Value* FormatFn(const char* name, State* state, int argc, Expr* argv[]) {
free(path);
return StringValue(strdup(""));
}
- if (0 != format_volume("/sdcard/Android")) {
- free(path);
- return StringValue(strdup(""));
- }
}
done: