diff options
author | Yabin Cui <yabinc@google.com> | 2015-01-13 14:38:21 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2015-01-13 14:38:21 -0800 |
commit | 25147416bb105914c3cdf8fd65ca7cc20dae0f3e (patch) | |
tree | 35839613464fb5266302d44be38c2700e7898ce1 /rootdir | |
parent | ce1928e987923a276ff048c69d9a6f43f22610ba (diff) | |
download | system_core-25147416bb105914c3cdf8fd65ca7cc20dae0f3e.zip system_core-25147416bb105914c3cdf8fd65ca7cc20dae0f3e.tar.gz system_core-25147416bb105914c3cdf8fd65ca7cc20dae0f3e.tar.bz2 |
Add ip6-localhost to /system/etc/hosts.
Bug: 18791191
Change-Id: Id7cad8cfccadeb319f0dc7dcba8148a457f9f87d
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/hosts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/etc/hosts b/rootdir/etc/hosts index 99848f6..649151c 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 |