aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-07 14:50:22 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-01-07 14:50:22 -0800
commit3dc41967df17d5e4fa8c661ab738760185264ac1 (patch)
tree0d7b86d076e97a10ac976c5178d7d0a56449ca06
parentf90995451089db8e5d4a72641e74cf2e5c35074f (diff)
parent7389c04c4bebabe987d3eda573c03f57faf3464f (diff)
downloadandroid_external_dhcpcd-3dc41967df17d5e4fa8c661ab738760185264ac1.tar.gz
android_external_dhcpcd-3dc41967df17d5e4fa8c661ab738760185264ac1.tar.bz2
android_external_dhcpcd-3dc41967df17d5e4fa8c661ab738760185264ac1.zip
Merge "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)