summaryrefslogtreecommitdiffstats
path: root/otautil/roots.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-11 02:40:31 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-11 02:40:31 +0200
commitc53856dca7d231e325df8ad5642c14ca0e676876 (patch)
treea95adea292d94af550e1a1c8c0ed1c036d63f340 /otautil/roots.cpp
parent[automerger skipped] Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master." (diff)
parentMerge "roots: Remove get_system_root and logical_partitions_mapped." (diff)
downloadandroid_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar.gz
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar.bz2
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar.lz
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar.xz
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.tar.zst
android_bootable_recovery-c53856dca7d231e325df8ad5642c14ca0e676876.zip
Diffstat (limited to '')
-rw-r--r--otautil/roots.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/otautil/roots.cpp b/otautil/roots.cpp
index 815d644e5..a778e05ff 100644
--- a/otautil/roots.cpp
+++ b/otautil/roots.cpp
@@ -275,11 +275,3 @@ int setup_install_mounts() {
}
return 0;
}
-
-bool logical_partitions_mapped() {
- return android::fs_mgr::LogicalPartitionsMapped();
-}
-
-std::string get_system_root() {
- return android::fs_mgr::GetSystemRoot();
-}