Merge "Moved private dns header to their own dir."

This commit is contained in:
Calin Juravle 2014-03-04 14:25:50 +00:00 committed by Gerrit Code Review
commit 4a46a68942
6 changed files with 1 additions and 0 deletions

View file

@ -512,6 +512,7 @@ LOCAL_SRC_FILES := $(call all-c-files-under,dns)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
-DINET6 \
-I$(LOCAL_PATH)/dns/include \
-I$(LOCAL_PATH)/private \
-I$(LOCAL_PATH)/upstream-netbsd/lib/libc/include # for NetBSD private headers
LOCAL_CONLYFLAGS := $(libc_common_conlyflags)