golang/go

net: support for android without cgo

Open

#8.877 geöffnet am 6. Okt. 2014

Auf GitHub ansehen
 (15 Kommentare) (8 Reaktionen) (1 zugewiesene Person)Go (19.008 Forks)batch import
OS-Androidhelp wanted

Repository-Metriken

Stars
 (133.883 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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