Loading init/service.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ static bool ExpandArgsAndExecv(const std::vector<std::string>& args, bool sigsto static bool AreRuntimeApexesReady() { struct stat buf; return stat("/apex/com.android.runtime/", &buf) == 0; return stat("/apex/com.android.art/", &buf) == 0 && stat("/apex/com.android.runtime/", &buf) == 0; } unsigned long Service::next_start_order_ = 1; Loading Loading
init/service.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ static bool ExpandArgsAndExecv(const std::vector<std::string>& args, bool sigsto static bool AreRuntimeApexesReady() { struct stat buf; return stat("/apex/com.android.runtime/", &buf) == 0; return stat("/apex/com.android.art/", &buf) == 0 && stat("/apex/com.android.runtime/", &buf) == 0; } unsigned long Service::next_start_order_ = 1; Loading