* Broadcom libbt doesn't do this either
* Now that device default name moved to a prop most devices
shouldn't need a custom bdroid_buildcfg.h anymore
Change-Id: Iebff4387512be0874c0e8106442816aa126e4def
bdroid_C_INCLUDES := $(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)
bdroid_CFLAGS := -DHAS_BDROID_BUILDCFG
else
- $(warning NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration)
bdroid_C_INCLUDES :=
bdroid_CFLAGS := -DHAS_NO_BDROID_BUILDCFG
endif