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

Commit f983a165 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 42e8697e: Ignore typdef redefintion warning to fix build.

* commit '42e8697e':
  Ignore typdef redefintion warning to fix build.
parents 021bc9b9 42e8697e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ endif
bdroid_CFLAGS += -Wall -Werror

# Temporary, remove after cleanup. b/18632512
bdroid_CFLAGS += -Wno-unused
bdroid_CFLAGS += -Wno-unused -Wno-typedef-redefinition

ifneq ($(BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED),)
  bdroid_CFLAGS += -DHCILP_INCLUDED=$(BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED)