summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian DC <radian.dc@gmail.com>2018-01-20 15:48:53 +0100
committerAdrian DC <radian.dc@gmail.com>2018-01-20 15:51:15 +0100
commitd8a387963bc2c217286642e4e396bffe52f5db8c (patch)
tree5c696c6cf597504f3a0fdbb4f291614ff5a7ada3
parent924fd88739f0dfa86602a98f08d201a307392e6e (diff)
downloadandroid_hardware_qcom_fm-staging/lineage-15.1.tar.gz
android_hardware_qcom_fm-staging/lineage-15.1.tar.bz2
android_hardware_qcom_fm-staging/lineage-15.1.zip
FM: Add config option for helium cherokee specific modulesstaging/lineage-15.1
* Avoids the build stack to consider fm_helium and libfm-hci as buildable, thus breaking on missing the dependency vendor.qti.hardware.fm@1.0 (proprietary file) * Refer to codeaurora commit: 10da44e93018b837b9388cf54f5bdb6583a2741e "FM: Add config option for cherokee specific code" Change-Id: Ia9711fd18c79146678a72992b32a577e73c57693 Change-Id: Ie494e9786f9667f61df6d97304aff5d8a44565e6
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4755070..1cd3f52 100644
--- a/Android.mk
+++ b/Android.mk
@@ -39,11 +39,12 @@ include $(LOCAL_PATH)/fmapp2/Android.mk
#LOCAL_PATH := $(LOCAL_DIR_PATH)
#include $(LOCAL_PATH)/FMRecord/Android.mk
+ifeq ($(BOARD_HAS_QCA_FM_SOC), "cherokee")
LOCAL_PATH := $(LOCAL_DIR_PATH)
include $(LOCAL_PATH)/fm_hci/Android.mk
-
LOCAL_PATH := $(LOCAL_DIR_PATH)
include $(LOCAL_PATH)/helium/Android.mk
+endif
LOCAL_PATH := $(LOCAL_DIR_PATH)
#include $(LOCAL_PATH)/fmhalService/Android.mk