From 15ada7f020e52447f4eab7d773d294c3e73924fd Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 19 Feb 2015 12:53:03 +0200 Subject: [PATCH] Android: Remove libxml2 config defines These need to be done in the libxml2 build, not in hs20-osu-client. This workaround was previously used to allow parts of the build to go through, but that was not a complete fix and resulted in warnings now that external/libxml2 in Android 5.0 is defining the same parameters. Remove these from hs20-osu-client Android.mk to avoid that warning. Signed-off-by: Jouni Malinen --- hs20/client/Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/hs20/client/Android.mk b/hs20/client/Android.mk index 536c56b0f..0cb3b1c09 100644 --- a/hs20/client/Android.mk +++ b/hs20/client/Android.mk @@ -35,8 +35,6 @@ endif L_CFLAGS += -DCONFIG_CTRL_IFACE L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" -L_CFLAGS += -DLIBXML_SCHEMAS_ENABLED -L_CFLAGS += -DLIBXML_REGEXP_ENABLED OBJS = spp_client.c OBJS += oma_dm_client.c