summaryrefslogtreecommitdiffstats
path: root/FMRecord
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 /FMRecord
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 'FMRecord')
-rw-r--r--FMRecord/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/FMRecord/Android.mk b/FMRecord/Android.mk
index b248bc3..7e12f29 100644
--- a/FMRecord/Android.mk
+++ b/FMRecord/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)
@@ -12,4 +11,3 @@ LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
endif
-endif # BOARD_HAVE_QCOM_FM