From 0412350fed5a19c85861ea3719bb4755d7ffbac8 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 22 Oct 2014 10:48:42 +0200 Subject: [PATCH] android/build: Fix not including bluetoothd-wrapper.c in release This file is not compiled on Linux host and should be explicitly listed as part of release tarball. --- android/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Makefile.am b/android/Makefile.am index b3eb1c50e..496fbc472 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -211,6 +211,7 @@ android_test_ipc_LDADD = src/libshared-glib.la @GLIB_LIBS@ endif EXTRA_DIST += android/Android.mk android/README \ + android/bluetoothd-wrapper.c \ android/init.bluetooth.rc \ android/hal-ipc-api.txt \ android/audio-ipc-api.txt \ -- 2.47.3