Revert^2 "Remove ART APEX from the bootstrap apexes"

6d869dd6ab

Change-Id: I24906b7520ae01e586687ae26fcf6d8b63d9978d
This commit is contained in:
Jiyong Park 2021-02-10 07:17:19 +00:00
parent 6d869dd6ab
commit 9c4ecdd84e

View file

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