summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-07-22 10:40:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-07-22 10:40:42 -0700
commitfdaa2e8fd88ea9fea54327aeef134b959f46e53a (patch)
tree29d85021279ef92279782923e82fbe1635724579 /jni
parent80c3f1741502ac7f427fef6c44520ad8fc1d2d55 (diff)
parenta25a7783f1d8aa84a67ec1afa069511a0a265e9a (diff)
downloadandroid_hardware_qcom_fm-fdaa2e8fd88ea9fea54327aeef134b959f46e53a.tar.gz
android_hardware_qcom_fm-fdaa2e8fd88ea9fea54327aeef134b959f46e53a.tar.bz2
android_hardware_qcom_fm-fdaa2e8fd88ea9fea54327aeef134b959f46e53a.zip
Merge "FM: Fix the build issue"
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index d253498..12c1f3a 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,3 +1,4 @@
+ifeq ($(BOARD_HAVE_QCOM_FM),true)
ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -25,3 +26,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif # is-vendor-board-platform
+endif # BOARD_HAVE_QCOM_FM