Android: Use libdbus rather than dbus-1
authorSamuel Tan <samueltan@google.com>
Thu, 5 Nov 2015 18:48:48 +0000 (10:48 -0800)
committerJouni Malinen <j@w1.fi>
Sun, 15 Nov 2015 17:26:49 +0000 (19:26 +0200)
commit3b4971913069c92a2d03b2a4be6ef42311fbd908
treea3a054b1ea26c164a4b9ab78f716a70aef37d7b4
parent5b75ecead37f4e133fd7e36557885b9a7412b72f
Android: Use libdbus rather than dbus-1

The upstream wpa_supplicant uses the dbus-1 library when it is compiled
with D-Bus support. In Android, we imported the D-Bus shared libraries
under the name "libdbus", so use this shared library instead of dbus-1
when compiling wpa_supplicant with D-Bus support.

Signed-off-by: Samuel Tan <samueltan@google.com>
wpa_supplicant/Android.mk