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 <jouni@qca.qualcomm.com>
This commit is contained in:
parent
ebe8d3f254
commit
15ada7f020
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ endif
|
||||||
L_CFLAGS += -DCONFIG_CTRL_IFACE
|
L_CFLAGS += -DCONFIG_CTRL_IFACE
|
||||||
L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX
|
L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX
|
||||||
L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\"
|
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 = spp_client.c
|
||||||
OBJS += oma_dm_client.c
|
OBJS += oma_dm_client.c
|
||||||
|
|
Loading…
Reference in a new issue