Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78233dd9 authored by Nick Pelly's avatar Nick Pelly
Browse files

Add bluetooth include path.



Fixes build when BOARD_HAVE_BLUETOOTH := true

Signed-off-by: default avatarNick Pelly <npelly@google.com>
parent 5aa6bb1e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -146,7 +146,8 @@ LOCAL_SHARED_LIBRARIES := \
ifeq ($(BOARD_HAVE_BLUETOOTH),true)
LOCAL_C_INCLUDES += \
	external/dbus \
	external/bluez/libs/include
	external/bluez/libs/include \
	system/bluetooth/bluedroid/include
LOCAL_CFLAGS += -DHAVE_BLUETOOTH
LOCAL_SHARED_LIBRARIES += libbluedroid libdbus
endif