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

Commit a95e9aff authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove obsolete __BRILLO__ ifdef."

parents 5d0f40f7 405da69b
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -352,10 +352,6 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
    LOG(ERROR) << "Unknown architecture";
    LOG(ERROR) << "Unknown architecture";
#endif
#endif


#ifdef __BRILLO__
    // TODO: b/27794137
    ret = 0;
#endif
    if (ret == -1) {
    if (ret == -1) {
        LOG(ERROR) << "Unable to set adequate mmap entropy value!";
        LOG(ERROR) << "Unable to set adequate mmap entropy value!";
        security_failure();
        security_failure();