libbt: Don't warn if there's no BDROID_BUILDCFG lineage-20 lineage-21 lineage-22.0
authorTim Zimmermann <tim@linux4.de>
Wed, 28 Sep 2022 15:52:35 +0000 (17:52 +0200)
committerTim Zimmermann <tim@linux4.de>
Wed, 28 Sep 2022 15:53:31 +0000 (17:53 +0200)
* 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

index 3885174c54e55e7aa74147b1afa47a44c12a9005..9f01b4c66c49812fd7904faeff8055eeeeba0c71 100644 (file)
@@ -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