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

Commit 4ca9c403 authored by Jan Altensen's avatar Jan Altensen Committed by Paul Keith
Browse files

FMRadio: add BOARD_HAVE_SLSI_FM guard

Change-Id: Ia5d3b043a0747fe3909f43a64ee185b33604166c
parent 720ac70d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

ifneq ($(BOARD_HAVE_QCOM_FM),true)
ifneq ($(BOARD_HAVE_BCM_FM),true)
ifneq ($(BOARD_HAVE_SLSI_FM),true)

LOCAL_PATH := $(call my-dir)

@@ -39,5 +40,6 @@ LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)

endif # BOARD_HAVE_SLSI_FM
endif # BOARD_HAVE_BCM_FM
endif # BOARD_HAVE_QCOM_FM