summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-11-30 23:38:41 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-11-30 23:38:41 +0100
commit0a53c37bce7cb27f4ff35cbc117ce7656076fc51 (patch)
tree3698dae3205a75a789bd25571404a51c90c631c7 /roots.h
parentMerge "Update for long long -> off64_t for fstab.length" am: 1f66578d6f (diff)
parentMerge "SYSTEM_ROOT -> get_system_root" (diff)
downloadandroid_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar.gz
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar.bz2
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar.lz
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar.xz
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.tar.zst
android_bootable_recovery-0a53c37bce7cb27f4ff35cbc117ce7656076fc51.zip
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/roots.h b/roots.h
index 702af8de5..314eb5f26 100644
--- a/roots.h
+++ b/roots.h
@@ -55,4 +55,6 @@ int setup_install_mounts();
bool logical_partitions_mapped();
+std::string get_system_root();
+
#endif // RECOVERY_ROOTS_H_