We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbfd96 commit 831af57Copy full SHA for 831af57
lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
@@ -231,12 +231,6 @@ MakeForkActions(const ProcessLaunchInfo &info) {
231
}
232
233
static Environment::Envp FixupEnvironment(Environment env) {
234
-#ifdef __ANDROID__
235
- // If there is no PATH variable specified inside the environment then set the
236
- // path to /system/bin. It is required because the default path used by
237
- // execve() is wrong on android.
238
- env.try_emplace("PATH", "/system/bin");
239
-#endif
240
return env.getEnvp();
241
242
0 commit comments