HF-Client is build for Android only when BLUEZ_EXTENSION flag is set --- android/Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index b2b55f7..a75fe53 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -128,6 +128,10 @@ LOCAL_SRC_FILES := \ bluez/android/hal-utils.c \ bluez/android/hal-health.c \ +ifeq ($(BLUEZ_EXTENSIONS), true) +LOCAL_SRC_FILES += bluez/android/hal-hf-client.c +endif + LOCAL_C_INCLUDES += \ $(call include-path-for, system-core) \ $(call include-path-for, libhardware) \ -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html