summaryrefslogtreecommitdiffstats
path: root/fmapp2
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 /fmapp2
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 'fmapp2')
-rw-r--r--fmapp2/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/fmapp2/Android.mk b/fmapp2/Android.mk
index d899d9c..26c6791 100644
--- a/fmapp2/Android.mk
+++ b/fmapp2/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(BOARD_HAVE_QCOM_FM),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -21,5 +19,3 @@ LOCAL_JNI_SHARED_LIBRARIES := libqcomfm_jni
LOCAL_JAVA_LIBRARIES := qcom.fmradio
include $(BUILD_PACKAGE)
-
-endif