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

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

Merge "Remove unused definition BOARD_HAVE_BLUETOOTH_BCM."

am: 706b724e

* commit '706b724e':
  Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.
parents cf0f989b 706b724e
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
# Too many unused parameters. TODO: Annotate them.
+0 −5
Original line number Diff line number Diff line
@@ -35,11 +35,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 \