Renamed the misleading libc/netbsd directory to libc/dns.

Bug: 13219633
Change-Id: Ide43add0b90b3081cc709a22d1ff1f59d65f1104
This commit is contained in:
Calin Juravle 2014-02-28 16:31:04 +00:00
parent e334540516
commit bd33537fde
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

@ -509,7 +509,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 \