Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 038818cb authored by Kenny Root's avatar Kenny Root
Browse files

Update merge for SELinux to compile

The contribution of SELinux things to AOSP had a call to the old
ui_print that merged cleanly. This changes that call into the newer
call so it will actually compile when enabled.

Change-Id: I8368e937219b01d0bef06007fa46302415256d07
parent 1e4469a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -814,7 +814,7 @@ main(int argc, char **argv) {

    if (!sehandle) {
        fprintf(stderr, "Warning: No file_contexts\n");
        ui_print("Warning:  No file_contexts\n");
        ui->Print("Warning:  No file_contexts\n");
    }
#endif