From ec9a6a888fb86de7f1d331b030aab54a12891777 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 28 Sep 2022 17:52:35 +0200 Subject: [PATCH] libbt: Don't warn if there's no BDROID_BUILDCFG * 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 --- Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.mk b/Android.mk index 3885174..9f01b4c 100644 --- a/Android.mk +++ b/Android.mk @@ -14,7 +14,6 @@ ifneq ($(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR),) 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 -- 2.20.1