Commit 6b617c0d authored by Simon Kelley's avatar Simon Kelley

Logging library in Android build scaffold.

parent 55d290a3
...@@ -11,6 +11,9 @@ version 2.63 ...@@ -11,6 +11,9 @@ version 2.63
--bind-interfaces which copes with dynamically created --bind-interfaces which copes with dynamically created
interfaces. interfaces.
A couple of fixes to the build system for Android. Thanks
to Metin Kaya for the patches.
version 2.62 version 2.62
Update German translation. Thanks to Conrad Kostecki. Update German translation. Thanks to Conrad Kostecki.
......
...@@ -17,4 +17,6 @@ LOCAL_C_INCLUDES := external/dnsmasq/src ...@@ -17,4 +17,6 @@ LOCAL_C_INCLUDES := external/dnsmasq/src
LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -DNO_IPV6 -DNO_TFTP -DNO_SCRIPT LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -DNO_IPV6 -DNO_TFTP -DNO_SCRIPT
LOCAL_SYSTEM_SHARED_LIBRARIES := libc libcutils LOCAL_SYSTEM_SHARED_LIBRARIES := libc libcutils
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment