Skip to content

android: Disable getifaddrs call for old NDK versions#11863

Merged
mattklein123 merged 2 commits intoenvoyproxy:masterfrom
keith:ks/android-disable-getifaddrs-call-for-old-ndk-versions
Jul 14, 2020
Merged

android: Disable getifaddrs call for old NDK versions#11863
mattklein123 merged 2 commits intoenvoyproxy:masterfrom
keith:ks/android-disable-getifaddrs-call-for-old-ndk-versions

Conversation

@keith
Copy link
Copy Markdown
Member

@keith keith commented Jul 2, 2020

getifaddrs and freeifaddrs were added in Android NDK API version 24.
This patch skips that logic, as was being done for WIN32, if that's your
target version.

Signed-off-by: Keith Smiley keithbsmiley@gmail.com

`getifaddrs` and `freeifaddrs` were added in Android NDK API version 24.
This patch skips that logic, as was being done for WIN32, if that's your
target version.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
@keith
Copy link
Copy Markdown
Member Author

keith commented Jul 2, 2020

I think the test failure is unrelated

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
@keith
Copy link
Copy Markdown
Member Author

keith commented Jul 9, 2020

The CI failures look unrelated here:

$TEST_TMPDIR defined: output root default is '/build/tmp' and max_idle_secs default is '15'.
ls: cannot access '/tmp/tap//tap_*.pb_text': No such file or directory

@mattklein123 mattklein123 merged commit 7f6e1e0 into envoyproxy:master Jul 14, 2020
@keith keith deleted the ks/android-disable-getifaddrs-call-for-old-ndk-versions branch July 14, 2020 00:04
rebello95 added a commit to envoyproxy/envoy-mobile that referenced this pull request Jul 15, 2020
We can do this now that envoyproxy/envoy#11863 has landed and upstream has been bumped.

Resolves #936.

Signed-off-by: Michael Rebello <me@michaelrebello.com>
rebello95 added a commit to envoyproxy/envoy-mobile that referenced this pull request Jul 15, 2020
We can do this now that envoyproxy/envoy#11863 has landed and upstream has been bumped.

Resolves #936.

Signed-off-by: Michael Rebello <me@michaelrebello.com>
scheler pushed a commit to scheler/envoy that referenced this pull request Aug 4, 2020
`getifaddrs` and `freeifaddrs` were added in Android NDK API version 24.
This patch skips that logic, as was being done for WIN32, if that's your
target version.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
Signed-off-by: scheler <santosh.cheler@appdynamics.com>
jpsim pushed a commit that referenced this pull request Nov 28, 2022
We can do this now that #11863 has landed and upstream has been bumped.

Resolves envoyproxy/envoy-mobile#936.

Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
We can do this now that #11863 has landed and upstream has been bumped.

Resolves envoyproxy/envoy-mobile#936.

Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants