From 135f5d82586b42d7f68d04f97254702a3fb514f9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Oct 2021 15:58:52 -0700 Subject: hciemu: Use vhci_open to instanciate a vhci btdev This makes use of vhci_open to isntanciate the vhci btdev since that has proper support for reading the index assigned to it. --- android/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android') diff --git a/android/Makefile.am b/android/Makefile.am index a370598a2..309910147 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -148,6 +148,7 @@ android_haltest_LDADD = -ldl -lm noinst_PROGRAMS += android/android-tester android_android_tester_SOURCES = emulator/hciemu.h emulator/hciemu.c \ + emulator/vhci.h emulator/vhci.c \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ @@ -172,6 +173,7 @@ android_android_tester_LDFLAGS = $(AM_LDFLAGS) -pthread noinst_PROGRAMS += android/ipc-tester android_ipc_tester_SOURCES = emulator/hciemu.h emulator/hciemu.c \ + emulator/vhci.h emulator/vhci.c \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ -- cgit v1.2.1