-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Fix path to ping
on Android API 21-27
#79076
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe path to the Ref #78990 /cc @wfurt @steveisok
|
@simonrozsival should we backport this? |
I didn't think it's worth backporting but now that I've given it another thought I think we should backport it to both .NET 6 and 7. |
/backport to release/7.0 |
/backport to release/6.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3830538576 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3830541489 |
The path to the
ping
binary on Android is/system/bin/ping
. Newer Androids (API 28+) have a symlink for/bin -> /system/bin
, so our CI that runs tests on API 29 didn't catch it.Ref #78990
/cc @wfurt @steveisok