summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-17 01:33:39 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-10-17 01:33:40 +0200
commit78afed1c15989d4aa7e66094afa81cd3a6d22674 (patch)
tree0462d8372a28cd14dc5a2389b25500687e7950c9 /recovery.cpp
parentMerge "Fixing trivial warnings for libminui" (diff)
parentRemove HAVE_SELINUX guards (diff)
downloadandroid_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.gz
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.bz2
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.lz
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.xz
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.zst
android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.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 ce4358a53..707eec354 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -809,7 +809,6 @@ main(int argc, char **argv) {
}
}
-#ifdef HAVE_SELINUX
struct selinux_opt seopts[] = {
{ SELABEL_OPT_PATH, "/file_contexts" }
};
@@ -820,7 +819,6 @@ main(int argc, char **argv) {
fprintf(stderr, "Warning: No file_contexts\n");
ui->Print("Warning: No file_contexts\n");
}
-#endif
device->StartRecovery();