golang/go

net: support for android without cgo

Open

#8,877 opened on Oct 6, 2014

View on GitHub
 (15 comments) (8 reactions) (1 assignee)Go (19,008 forks)batch import
OS-Androidhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It is possible to build Android OS binaries (not apps) without cgo. Those apps will fail because the Android OS does not define /etc/resolve.conf. Some more details on #8020 and the linked CL.

Contributor guide