From 405da69b270174fc95f2d38e92731f827345646e Mon Sep 17 00:00:00 2001 From: Jorge Lucangeli Obes Date: Wed, 14 Dec 2016 12:15:12 -0500 Subject: [PATCH] Remove obsolete __BRILLO__ ifdef. Confirmed with Brillo TL this is not needed. Bug: 33620501 Test: Builds, boots on HiKey. Change-Id: I8d6b7cc2a94e668d63421c456d38fe23877c3cf0 --- init/init.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init/init.cpp b/init/init.cpp index 31654062d..7e5ee43d4 100644 --- a/init/init.cpp +++ b/init/init.cpp @@ -352,10 +352,6 @@ static int set_mmap_rnd_bits_action(const std::vector& args) ERROR("Unknown architecture\n"); #endif -#ifdef __BRILLO__ - // TODO: b/27794137 - ret = 0; -#endif if (ret == -1) { LOG(ERROR) << "Unable to set adequate mmap entropy value!"; security_failure();