aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-08 10:27:24 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-08 10:27:24 -0800
commit18beeb6de948c7dac12ab3ca3b66ae10e62061c2 (patch)
tree164419162c0a2a79d96ca949d34572ea7be1f888
parent400c611d3a71baccdfddb7bb085321d80db43fe4 (diff)
parent3dc41967df17d5e4fa8c661ab738760185264ac1 (diff)
downloadandroid_external_dhcpcd-18beeb6de948c7dac12ab3ca3b66ae10e62061c2.tar.gz
android_external_dhcpcd-18beeb6de948c7dac12ab3ca3b66ae10e62061c2.tar.bz2
android_external_dhcpcd-18beeb6de948c7dac12ab3ca3b66ae10e62061c2.zip
am 3dc41967: Merge "bionic now defines _POSIX_MONOTONIC_CLOCK, so dhcpd doesn\'t need to."
* commit '3dc41967df17d5e4fa8c661ab738760185264ac1': bionic now defines _POSIX_MONOTONIC_CLOCK, so dhcpd doesn't need to.
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 55e5f68..b09dc2a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,7 +14,6 @@ LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
#LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_SHARED_LIBRARIES := libc libcutils libnetutils
LOCAL_MODULE = dhcpcd
-LOCAL_CFLAGS := -D_POSIX_MONOTONIC_CLOCK -DCLOCK_MONOTONIC
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)