summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-17 02:44:21 +0200
committerKenny Root <kroot@google.com>2012-10-17 02:44:21 +0200
commitcd74108cdac228e946ca8b6ea2ff11ab62941a6d (patch)
treec657c4603c41f1cac92c540bd5e1eb07b4b0c9ad /recovery.cpp
parentReconcile with jb-mr1-factory-release jb-mr1-release - do not merge (diff)
parentMerge "Remove HAVE_SELINUX guards" (diff)
downloadandroid_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar.gz
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar.bz2
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar.lz
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar.xz
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.tar.zst
android_bootable_recovery-cd74108cdac228e946ca8b6ea2ff11ab62941a6d.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 594774f5a..92aa50372 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -863,7 +863,6 @@ main(int argc, char **argv) {
ui->SetBackground(RecoveryUI::NONE);
if (show_text) ui->ShowText(true);
-#ifdef HAVE_SELINUX
struct selinux_opt seopts[] = {
{ SELABEL_OPT_PATH, "/file_contexts" }
};
@@ -874,7 +873,6 @@ main(int argc, char **argv) {
fprintf(stderr, "Warning: No file_contexts\n");
ui->Print("Warning: No file_contexts\n");
}
-#endif
device->StartRecovery();