summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2014-02-02 09:40:16 +0100
committerEthan Chen <intervigil@gmail.com>2015-01-08 12:30:34 -0800
commit6774ae9b21b0c96b47e9a6fc25d21eb7f2c045a1 (patch)
treed804e8d61261adf486cedf0cd6bd7a7a66c01be9 /jni
parente3820eefbbb735cd596f8547fe002313d9487916 (diff)
downloadandroid_hardware_qcom_fm-6774ae9b21b0c96b47e9a6fc25d21eb7f2c045a1.tar.gz
android_hardware_qcom_fm-6774ae9b21b0c96b47e9a6fc25d21eb7f2c045a1.tar.bz2
android_hardware_qcom_fm-6774ae9b21b0c96b47e9a6fc25d21eb7f2c045a1.zip
FM2: Drop BOARD_HAVE_QCOM_FM flag
* Only devices supporting this will build it anyway. Change-Id: Ic0569d7c8c37427150c2f1dc6e3d1040d619dfc1
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 5bc46d3..97d5a7b 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,4 +1,3 @@
-ifeq ($(BOARD_HAVE_QCOM_FM),true)
ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -22,4 +21,3 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif # is-vendor-board-platform
-endif # BOARD_HAVE_QCOM_FM