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

Commit add2f2c7 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by android-build-merger
Browse files

Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.

am: 5fb100cc

* commit '5fb100cc':
  Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.
parents 842ffa98 5fb100cc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2,10 +2,6 @@ LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
LOCAL_CFLAGS += \
	-DBOARD_HAVE_BLUETOOTH_BCM
endif
LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -std=c99
LOCAL_CLANG_CFLAGS += -Wno-error=gnu-variable-sized-type-not-at-end

+0 −5
Original line number Diff line number Diff line
@@ -38,11 +38,6 @@ LOCAL_C_INCLUDES:= . \

LOCAL_CFLAGS += $(bdroid_CFLAGS) -std=c99

ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
LOCAL_CFLAGS += \
	-DBOARD_HAVE_BLUETOOTH_BCM
endif

LOCAL_SRC_FILES:= \
    ./a2dp/a2d_api.c \
    ./a2dp/a2d_sbc.c \