From: Tim Zimmermann Date: Wed, 28 Sep 2022 15:52:35 +0000 (+0200) Subject: libbt: Don't warn if there's no BDROID_BUILDCFG X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ec9a6a888fb86de7f1d331b030aab54a12891777;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_libbt.git 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 --- 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