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

Commit 55c38f72 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix build"

parents 18237c77 1d931bca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ void set_verity_enabled_state_service(int fd, void* cookie)
    }
#else
    write_console(fd, "%s-verity only works for userdebug builds\n",
                  disabling ? "disable" : "enable");
                  enable ? "enable" : "disable");
#endif

errout: