Loading jni/fmr/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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 Loading
jni/fmr/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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