Loading toolbox/modprobe.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -245,9 +245,11 @@ extern "C" int modprobe_main(int argc, char** argv) { } free(kernel_dirs); if (mod_dirs.empty() || getpagesize() == 4096) { // Allow modules to be directly inside /lib/modules mod_dirs.emplace_back(LIB_MODULES_PREFIX); } } LOG(DEBUG) << "mode is " << mode; LOG(DEBUG) << "mod_dirs is: " << android::base::Join(mod_dirs, " "); Loading Loading
toolbox/modprobe.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -245,9 +245,11 @@ extern "C" int modprobe_main(int argc, char** argv) { } free(kernel_dirs); if (mod_dirs.empty() || getpagesize() == 4096) { // Allow modules to be directly inside /lib/modules mod_dirs.emplace_back(LIB_MODULES_PREFIX); } } LOG(DEBUG) << "mode is " << mode; LOG(DEBUG) << "mod_dirs is: " << android::base::Join(mod_dirs, " "); Loading