Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Refer to the original PR: #3930 The failing test was actually not intended for Android because Android is not a modular build and `getaddrinfo` does not go through abi wrapper translation. And the test failed because Android uses bionic libc and is not fully posix-compliant. I took a look at the flag usage across all of Cobalt's dependencies and did not see usage of most flags except for `AI_ADDRCONFIG` which does still work on Android. So we exclude the unused flags from test for non-modular build here. b/357161000 Change-Id: I62c935e6792f10bdc80ba9ecfcebae69a011a60f Co-authored-by: johnx <[email protected]>
- Loading branch information