summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2018-03-31 19:05:12 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-09-14 19:31:42 +0300
commit3253b05eba14f36a90058da25627013e354d4f76 (patch)
treec907e98c2b7326aed96ab7236ac38d8e3db59058
parenteeacdcc2d94f5d57344caada9fbb5d90983ecec6 (diff)
downloadandroid_hardware_qcom_fm-lineage-17.0.tar.gz
android_hardware_qcom_fm-lineage-17.0.tar.bz2
android_hardware_qcom_fm-lineage-17.0.zip
fm_hci/helium: Exclude from OSS buildslineage-17.0
* These libraries depend on closed source headers which we don't include in OSS builds. Change-Id: I8fc82ff468e1f58eebd4fe0ab4b3f832cd7e2bab
-rw-r--r--fm_hci/Android.mk2
-rw-r--r--helium/Android.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/fm_hci/Android.mk b/fm_hci/Android.mk
index 8e76406..f5b9cb5 100644
--- a/fm_hci/Android.mk
+++ b/fm_hci/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(QCPATH),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -28,3 +29,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_SHARED_LIBRARY)
+endif
diff --git a/helium/Android.mk b/helium/Android.mk
index 737ed3f..192a073 100644
--- a/helium/Android.mk
+++ b/helium/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(QCPATH),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -20,3 +21,4 @@ LOCAL_MODULE := fm_helium
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
+endif