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

Commit e024b395 authored by Jorge Lucangeli Obes's avatar Jorge Lucangeli Obes Committed by android-build-merger
Browse files

Merge "Remove obsolete __BRILLO__ ifdef." am: a95e9aff am: ec43ed7d am: cfea3d9b

am: 0f4793a4

Change-Id: I269a07da7aaf362949a083bf6ac32e1e44ed9f94
parents 64690b76 0f4793a4
Loading
Loading
Loading
Loading
+0 −4
Original line number 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";
#endif

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