golang/go

net: support for android without cgo

Open

#8.877 aberto em 6 de out. de 2014

Ver no GitHub
 (15 comments) (8 reactions) (1 assignee)Go (19.008 forks)batch import
OS-Androidhelp wanted

Métricas do repositório

Stars
 (133.883 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador