commit | 3dc41967df17d5e4fa8c661ab738760185264ac1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 07 14:50:22 2013 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 07 14:50:22 2013 -0800 |
tree | 0d7b86d076e97a10ac976c5178d7d0a56449ca06 | |
parent | f90995451089db8e5d4a72641e74cf2e5c35074f [diff] | |
parent | 7389c04c4bebabe987d3eda573c03f57faf3464f [diff] |
Merge "bionic now defines _POSIX_MONOTONIC_CLOCK, so dhcpd doesn't need to."
diff --git a/Android.mk b/Android.mk index 55e5f68..b09dc2a 100644 --- a/Android.mk +++ b/Android.mk
@@ -14,7 +14,6 @@ #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)