Renamed the misleading libc/netbsd directory to libc/dns.
Bug: 13219633 Change-Id: Ide43add0b90b3081cc709a22d1ff1f59d65f1104
This commit is contained in:
parent
e334540516
commit
bd33537fde
@ -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/
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user