Android: Fix D-Bus P2P interface location in Android.mk
This was supposed to be in the new D-Bus interface block, not in the old one. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e4b8ac129b
commit
c84443307b
1 changed files with 3 additions and 3 deletions
|
@ -1164,9 +1164,6 @@ DBUS_OBJS += dbus/dbus_old.c dbus/dbus_old_handlers.c
|
|||
ifdef CONFIG_WPS
|
||||
DBUS_OBJS += dbus/dbus_old_handlers_wps.c
|
||||
endif
|
||||
ifdef CONFIG_P2P
|
||||
DBUS_OBJS += dbus/dbus_new_handlers_p2p.c
|
||||
endif
|
||||
DBUS_OBJS += dbus/dbus_dict_helpers.c
|
||||
ifndef DBUS_LIBS
|
||||
DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
|
||||
|
@ -1197,6 +1194,9 @@ DBUS_OBJS += dbus/dbus_new.c dbus/dbus_new_handlers.c
|
|||
ifdef CONFIG_WPS
|
||||
DBUS_OBJS += dbus/dbus_new_handlers_wps.c
|
||||
endif
|
||||
ifdef CONFIG_P2P
|
||||
DBUS_OBJS += dbus/dbus_new_handlers_p2p.c
|
||||
endif
|
||||
ifndef DBUS_LIBS
|
||||
DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue