From: Szymon Janc <szymon.janc@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Szymon Janc <szymon.janc@gmail.com>
Subject: [PATCH 7/7] android/build: Fix building HAL library on Linux
Date: Mon, 30 Dec 2013 23:43:41 +0100 [thread overview]
Message-ID: <1388443421-6295-7-git-send-email-szymon.janc@gmail.com> (raw)
In-Reply-To: <1388443421-6295-1-git-send-email-szymon.janc@gmail.com>
PLATFORM_SDK_VERSION was not passed while building HAL library on Linux
host resulting in 4.3+ features not being build.
---
android/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/android/Makefile.am b/android/Makefile.am
index 36210b9..7d9b580 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -59,7 +59,8 @@ android_libhal_internal_la_SOURCES = android/hal.h android/hal-bluetooth.c \
android/hal-log.h \
android/hal-ipc.h android/hal-ipc.c
-android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android
+android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android \
+ -DPLATFORM_SDK_VERSION=19
noinst_PROGRAMS += android/haltest
--
1.8.5.2
next prev parent reply other threads:[~2013-12-30 22:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-30 22:43 [PATCH 1/7] android: Add HCI snooping tool Szymon Janc
2013-12-30 22:43 ` [PATCH 2/7] android/hal-bluetooth: Update snoop service name Szymon Janc
2013-12-30 22:43 ` [PATCH 3/7] android: Add support for bluetoothd-snoop service in system-emulator Szymon Janc
2013-12-30 22:43 ` [PATCH 4/7] android/hal-bluetooth: Add debug print to config_hci_snoop_log Szymon Janc
2013-12-30 22:43 ` [PATCH 5/7] android/haltest: Improve EXEC macro robustness Szymon Janc
2013-12-30 22:43 ` [PATCH 6/7] android/haltest: Implement missing functions from bluetooth HAL Szymon Janc
2013-12-30 22:43 ` Szymon Janc [this message]
2014-01-01 16:30 ` [PATCH 1/7] android: Add HCI snooping tool Johan Hedberg
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=1388443421-6295-7-git-send-email-szymon.janc@gmail.com \
--to=szymon.janc@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/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