From 25147416bb105914c3cdf8fd65ca7cc20dae0f3e Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Tue, 13 Jan 2015 14:38:21 -0800 Subject: [PATCH] Add ip6-localhost to /system/etc/hosts. Bug: 18791191 Change-Id: Id7cad8cfccadeb319f0dc7dcba8148a457f9f87d --- rootdir/etc/hosts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootdir/etc/hosts b/rootdir/etc/hosts index 99848f643..649151cef 100644 --- a/rootdir/etc/hosts +++ b/rootdir/etc/hosts @@ -1 +1,2 @@ -127.0.0.1 localhost +127.0.0.1 localhost +::1 ip6-localhost