From: Andrei Emeltchenko <andrei.emeltchenko.news@gmail.com>
To: Szymon Janc <szymon.janc@tieto.com>
Cc: linux-bluetooth@vger.kernel.org, Szymon Janc <szymon.janc@gmail.com>
Subject: Re: [RFC 2/8] build: Add haltest command line tester
Date: Thu, 17 Oct 2013 12:01:10 +0300 [thread overview]
Message-ID: <20131017090107.GQ2861@aemeltch-MOBL1> (raw)
In-Reply-To: <1381999629-9589-3-git-send-email-szymon.janc@tieto.com>
Hi Szymon,
On Thu, Oct 17, 2013 at 10:47:03AM +0200, Szymon Janc wrote:
> From: Szymon Janc <szymon.janc@gmail.com>
>
> This is intended for testing Android daemon and HAL library on Linux.
> ---
> Makefile.android | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/Makefile.android b/Makefile.android
> index 4d7da39..e4482b2 100644
> --- a/Makefile.android
> +++ b/Makefile.android
> @@ -10,8 +10,35 @@ android_bluetoothd_SOURCES = android/main.c \
> src/shared/mgmt.h src/shared/mgmt.c
>
Looks like it is not rebased ?
> android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
> +
> +noinst_PROGRAMS += android/haltest
> +
> +android_haltest_SOURCES = android/client/haltest.c \
> + android/client/pollhandler.c \
> + android/client/terminal.c \
> + android/client/history.c \
> + android/client/textconv.c \
> + android/client/if-bt.c \
> + android/hal_bluetooth.c \
> + android/hal_bt_sock.c \
> + android/hardware/bt_hf.h \
> + android/hardware/hardware.h \
> + android/hardware/bt_hh.h \
> + android/hardware/bluetooth.h \
> + android/hardware/bt_hl.h \
> + android/hardware/bt_gatt_server.h \
> + android/hardware/bt_av.h \
> + android/hardware/bt_gatt_types.h \
> + android/hardware/bt_gatt.h \
> + android/hardware/bt_rc.h \
> + android/hardware/bt_gatt_client.h \
> + android/hardware/bt_pan.h
> +
> +android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
> +
> endif
>
> EXTRA_DIST += android/Android.mk android/log.c
>
> EXTRA_DIST += android/hal-ipc-api.txt
> +
extra space
Best regards
Andrei Emeltchenko
next prev parent reply other threads:[~2013-10-17 9:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 8:47 [RFC 0/8] Buiding Andtroid HAL lib and haltester on Linux Szymon Janc
2013-10-17 8:47 ` [RFC 1/8] android: Import Android HAL headers Szymon Janc
2013-10-17 9:05 ` Andrei Emeltchenko
2013-10-17 8:47 ` [RFC 2/8] build: Add haltest command line tester Szymon Janc
2013-10-17 9:01 ` Andrei Emeltchenko [this message]
2013-10-17 8:47 ` [RFC 3/8] android: Fix haltest build on Linux Szymon Janc
2013-10-17 8:47 ` [RFC 4/8] android: Fix build of HAL library " Szymon Janc
2013-10-17 8:47 ` [RFC 5/8] android: Fix missing include in HAL library Szymon Janc
2013-10-17 8:47 ` [RFC 6/8] " Szymon Janc
2013-10-17 8:47 ` [RFC 7/8] gitignore: Add android/haltest Szymon Janc
2013-10-17 8:47 ` [RFC 8/8] build: Add missing android files to EXTRA_DIST Szymon Janc
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=20131017090107.GQ2861@aemeltch-MOBL1 \
--to=andrei.emeltchenko.news@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=szymon.janc@gmail.com \
--cc=szymon.janc@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