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:
commit
8121d264bc
@ -81,7 +81,6 @@ libc/
|
|||||||
private/
|
private/
|
||||||
# These are private header files meant for use within bionic itself.
|
# These are private header files meant for use within bionic itself.
|
||||||
|
|
||||||
netbsd/
|
|
||||||
stdio/
|
stdio/
|
||||||
stdlib/
|
stdlib/
|
||||||
unistd/
|
unistd/
|
||||||
@ -89,9 +88,8 @@ libc/
|
|||||||
# mess of random versions of random files from all three of FreeBSD, NetBSD,
|
# 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
|
# 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.
|
# are basically where all the stuff we haven't got to yet lives.
|
||||||
# The 'netbsd' directory misleadingly contains the DNS resolver (which will
|
dns/
|
||||||
# probably be forked sometime soon, and that directory simply renamed).
|
# Contains the DNS resolver (originates from NetBSD code).
|
||||||
# The other directories contain stuff that still needs to be sorted.
|
|
||||||
|
|
||||||
upstream-dlmalloc/
|
upstream-dlmalloc/
|
||||||
upstream-freebsd/
|
upstream-freebsd/
|
||||||
|
@ -508,7 +508,7 @@ include $(BUILD_STATIC_LIBRARY)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(call all-c-files-under,netbsd)
|
LOCAL_SRC_FILES := $(call all-c-files-under,dns)
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
$(libc_common_cflags) \
|
$(libc_common_cflags) \
|
||||||
-DINET6 \
|
-DINET6 \
|
||||||
|
Loading…
Reference in New Issue
Block a user