Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a81f4281 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am 52583375: Merge "Remove bluedroid configuration warning"

* commit '52583375':
  Remove bluedroid configuration warning
parents 5de9129c 52583375
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,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