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

Unverified Commit 5a56adcb authored by Arian's avatar Arian
Browse files

jni: Add broadcom FM to the guard

Change-Id: I2bc90f8092a3cccb37cb2480492f0e80d549db98
parent b3c56e71
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
# limitations under the License.

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

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
@@ -36,4 +38,6 @@ LOCAL_MODULE := libfmjni
LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)

endif # BOARD_HAVE_BCM_FM
endif # BOARD_HAVE_QCOM_FM