compatible for atv
authorWeiguo Hu <hwg@rock-chips.com>
Tue, 7 Aug 2018 08:42:23 +0000 (16:42 +0800)
committerWeiguo Hu <hwg@rock-chips.com>
Tue, 7 Aug 2018 08:42:23 +0000 (16:42 +0800)
Change-Id: I1025600590ee331710a1a2b09832cafd9f5cb253

rtkbt/rtkbt.mk

index 88c7fe11268c45ca79fd109befd422f63673a84b..902400bd7b2fc5ef7ebabe300e380d8d5bca771b 100755 (executable)
@@ -7,7 +7,7 @@ BOARD_HAVE_BLUETOOTH := true
 BOARD_HAVE_BLUETOOTH_RTK := true
 BOARD_HAVE_BLUETOOTH_RTK_COEX := true
 
-ifeq ($(strip $(TARGET_BOARD_PLATFORM_PRODUCT)), box)
+ifneq ($(filter atv box, $(strip $(TARGET_BOARD_PLATFORM_PRODUCT))), )
 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(CUR_PATH)/bluetooth
 endif