commit | cecc036970fba8b319cca302768865677f2be094 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Mon Mar 03 11:44:48 2014 +0000 |
committer | Calin Juravle <calin@google.com> | Mon Mar 03 20:40:41 2014 +0000 |
tree | 6359a4a308c5299571569eb47a9ee40cf3c90f3d | |
parent | bd33537fde8e1c68fcadfd6adf77b295ada9b45f [diff] |
Moved private dns header to their own dir. Bug: 13219633 Change-Id: I3435ef7564b9ad3c7b54188a0809440993b36c9e
diff --git a/libc/Android.mk b/libc/Android.mk index f3a2ce8..42e9fae 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -513,6 +513,7 @@ 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)
diff --git a/libc/private/nsswitch.h b/libc/dns/include/nsswitch.h similarity index 100% rename from libc/private/nsswitch.h rename to libc/dns/include/nsswitch.h
diff --git a/libc/private/resolv_cache.h b/libc/dns/include/resolv_cache.h similarity index 100% rename from libc/private/resolv_cache.h rename to libc/dns/include/resolv_cache.h
diff --git a/libc/private/resolv_iface.h b/libc/dns/include/resolv_iface.h similarity index 100% rename from libc/private/resolv_iface.h rename to libc/dns/include/resolv_iface.h
diff --git a/libc/private/resolv_private.h b/libc/dns/include/resolv_private.h similarity index 100% rename from libc/private/resolv_private.h rename to libc/dns/include/resolv_private.h
diff --git a/libc/private/resolv_static.h b/libc/dns/include/resolv_static.h similarity index 100% rename from libc/private/resolv_static.h rename to libc/dns/include/resolv_static.h