Skip to content

Commit dfab416

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Remove ART APEX from the bootstrap apexes"
2 parents bd90bfa + b99c12e commit dfab416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init/service.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ static bool ExpandArgsAndExecv(const std::vector<std::string>& args, bool sigsto
127127

128128
static bool AreRuntimeApexesReady() {
129129
struct stat buf;
130-
return stat("/apex/com.android.art/", &buf) == 0 &&
131-
stat("/apex/com.android.runtime/", &buf) == 0;
130+
return stat("/apex/com.android.runtime/", &buf) == 0;
132131
}
133132

134133
unsigned long Service::next_start_order_ = 1;

0 commit comments

Comments
 (0)