You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[android] Support building _CFPosixSpawnFileActionsChdir() for older Android APIs too (#5210)
Phase out the existing Android scheme of adding different callbacks based on
whether the posix_spawn APIs are there at runtime, by simply linking against
them at compile-time instead if a build triple with API 28 or later is specified.
0 commit comments