From: Szymon Janc <szymon.janc@tieto.com>
To: Mariusz Skamra <mariusz.skamra@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] tools: Fix btmgmt build on Android
Date: Tue, 07 Apr 2015 11:03:11 +0200 [thread overview]
Message-ID: <3161930.4iEHlW5ORN@leonov> (raw)
In-Reply-To: <1428396276-9396-1-git-send-email-mariusz.skamra@tieto.com>
Hi Mariusz,
On Tuesday 07 of April 2015 10:44:36 Mariusz Skamra wrote:
> target Executable: btmgmt
> (out/target/product/mako/obj/EXECUTABLES/btmgmt_intermediates/LINKED/btmgmt
> ) external/bluetooth/bluez/tools/btmgmt.c:1477: error: undefined reference
> to 'hci_bustostr' collect2: error: ld returned 1 exit status
> ---
> android/Android.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/android/Android.mk b/android/Android.mk
> index f218805..1e22ca6 100644
> --- a/android/Android.mk
> +++ b/android/Android.mk
> @@ -539,6 +539,7 @@ include $(CLEAR_VARS)
> LOCAL_SRC_FILES := \
> bluez/tools/btmgmt.c \
> bluez/lib/bluetooth.c \
> + bluez/lib/hci.c \
> bluez/lib/sdp.c \
> bluez/src/shared/mainloop.c \
> bluez/src/shared/io-mainloop.c \
Patch applied, thanks.
--
BR
Szymon Janc
prev parent reply other threads:[~2015-04-07 9:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-07 8:44 [PATCH] tools: Fix btmgmt build on Android Mariusz Skamra
2015-04-07 9:03 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3161930.4iEHlW5ORN@leonov \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=mariusz.skamra@tieto.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).