OSDN Git Service

Add include path to build libbluedroid.
authorNick Pelly <npelly@google.com>
Tue, 25 Nov 2008 00:32:05 +0000 (16:32 -0800)
committerNick Pelly <npelly@google.com>
Tue, 25 Nov 2008 00:32:05 +0000 (16:32 -0800)
This fixes the build when BOARD_HAVE_BLUETOOTH := true

Signed-off-by: Nick Pelly <npelly@google.com>
bluedroid/Android.mk

index 2563c54..a239e35 100644 (file)
@@ -12,6 +12,7 @@ LOCAL_SRC_FILES := \
        bluetooth.c
 
 LOCAL_C_INCLUDES := \
+       $(LOCAL_PATH)/include \
        $(call include-path-for, bluez-libs)
 
 LOCAL_SHARED_LIBRARIES := \