diff --git a/CHANGELOG b/CHANGELOG index d67404c..6912b4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,9 @@ version 2.63 Add --bind-dynamic. A hybrid mode between the default and --bind-interfaces which copes with dynamically created interfaces. + + A couple of fixes to the build system for Android. Thanks + to Metin Kaya for the patches. version 2.62 diff --git a/bld/Android.mk b/bld/Android.mk index 53e4a56..4a54b61 100644 --- a/bld/Android.mk +++ b/bld/Android.mk @@ -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_SYSTEM_SHARED_LIBRARIES := libc libcutils +LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog + include $(BUILD_EXECUTABLE)