am 9f2d1bcd: Merge "Renamed the misleading libc/netbsd directory to libc/dns."

* commit '9f2d1bcd176cb4a6f2bc0cae3f3c786444383476':
  Renamed the misleading libc/netbsd directory to libc/dns.
This commit is contained in:
Calin Juravle 2014-03-04 17:19:13 +00:00 committed by Android Git Automerger
commit 8121d264bc
35 changed files with 3 additions and 5 deletions

View File

@ -81,7 +81,6 @@ libc/
private/
# These are private header files meant for use within bionic itself.
netbsd/
stdio/
stdlib/
unistd/
@ -89,9 +88,8 @@ libc/
# mess of random versions of random files from all three of FreeBSD, NetBSD,
# and OpenBSD! We've been working to clean that up, but these directories
# are basically where all the stuff we haven't got to yet lives.
# The 'netbsd' directory misleadingly contains the DNS resolver (which will
# probably be forked sometime soon, and that directory simply renamed).
# The other directories contain stuff that still needs to be sorted.
dns/
# Contains the DNS resolver (originates from NetBSD code).
upstream-dlmalloc/
upstream-freebsd/

View File

@ -508,7 +508,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-c-files-under,netbsd)
LOCAL_SRC_FILES := $(call all-c-files-under,dns)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
-DINET6 \