From 4a211efaa90bf62b532451347b192e99218fff72 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Wed, 2 Dec 2015 16:34:22 +0000 Subject: libfm_jni: Do not come here unless QCOM_HARDWARE is in use This and the non-QCOM (Google) FM app are mutually exclusive Change-Id: I41f33b6d21b56a46588d696ec286ffa2d45f1f0c --- libfm_jni/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libfm_jni') diff --git a/libfm_jni/Android.mk b/libfm_jni/Android.mk index 30ba671..924ca8e 100644 --- a/libfm_jni/Android.mk +++ b/libfm_jni/Android.mk @@ -1,3 +1,4 @@ +ifeq ($(BOARD_HAVE_QCOM_HARDWARE),true) ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM))) LOCAL_PATH := $(call my-dir) @@ -35,3 +36,5 @@ LOCAL_MODULE := libfmjni include $(BUILD_SHARED_LIBRARY) endif + +endif # QCOM_HARDWARE -- cgit v1.2.3