Remove HAVE_SELINUX guards
Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user