Skip to content

Commit b99c12e

Browse files
committed
Remove ART APEX from the bootstrap apexes
Test: forrest Bug: 169779935 Change-Id: I65e2a2089fa12674f3abbbe2f154eeec984dd5df
1 parent 00fd36c commit b99c12e

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)