summaryrefslogtreecommitdiffstats
path: root/twrpDU.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-03-21 02:21:09 +0100
committerbigbiff bigbiff <bigbiff@teamw.in>2014-03-30 20:27:28 +0200
commitf77994d270b475f2b7d824e98228c4cfb5bda906 (patch)
tree7274532553eb5ad20ceda077f299f9b323ece197 /twrpDU.cpp
parentRe-arrange handling of settings storage partition (diff)
downloadandroid_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar.gz
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar.bz2
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar.lz
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar.xz
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.tar.zst
android_bootable_recovery-f77994d270b475f2b7d824e98228c4cfb5bda906.zip
Diffstat (limited to '')
-rw-r--r--twrpDU.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/twrpDU.cpp b/twrpDU.cpp
index d2345d768..28965e18b 100644
--- a/twrpDU.cpp
+++ b/twrpDU.cpp
@@ -38,6 +38,9 @@ twrpDU::twrpDU() {
add_relative_dir("..");
add_relative_dir("lost+found");
add_absolute_dir("/data/data/com.google.android.music/files");
+#ifdef RECOVERY_SDCARD_ON_DATA
+ add_absolute_dir("/data/media");
+#endif
parent = "";
}