commit | 41e533af4a2720c1dc228ba40b6582ca53085c3a | [log] [tgz] |
---|---|---|
author | Szymon Jakubczak <szym@google.com> | Wed Jun 09 15:53:28 2010 -0400 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed Aug 25 08:46:23 2010 -0700 |
tree | c9a4b607889e8c9ca380fa6e063ce908531b5b67 | |
parent | 0a4a393d717a2289c9fa2036f502f97c74d56e35 [diff] [blame] |
added missing ether_aton and ether_ntoa Change-Id: I32ee448abde4d5693d393030ed77ddc6d2ad1dfc
diff --git a/libc/Android.mk b/libc/Android.mk index b3f95c5..32bf932 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -240,6 +240,8 @@ inet/inet_ntoa.c \ inet/inet_ntop.c \ inet/inet_pton.c \ + inet/ether_aton.c \ + inet/ether_ntoa.c \ tzcode/asctime.c \ tzcode/difftime.c \ tzcode/localtime.c \