summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2016-12-29 12:55:58 -0600
committerDan Pasanen <dan.pasanen@gmail.com>2016-12-29 12:58:21 -0600
commit702f237b021760b43aceae18f5b3ce8084ccde8d (patch)
tree3431d4b7b0fb5aee792276ac29494fbe00278262
parent4688bb5df715ff0f01ae792bfe6f927c1d4e36c2 (diff)
downloadandroid_hardware_qcom_camera-cm-14.1_old.tar.gz
android_hardware_qcom_camera-cm-14.1_old.tar.bz2
android_hardware_qcom_camera-cm-14.1_old.zip
camera: remove is-vendor-board-platform,QCOM check for kernel depscm-14.1_old
* Our common method for this in vendor/cm/build/core/qcom_utils.mk only works if BOARD_USES_QCOM_HARDWARE is set, which, on a nexus or pixel, is not. We already handle the check for this flag via pathmap, so relaxing this check should be fine. Change-Id: Iad12afb6f810090d90416899b281d9f016111373
-rw-r--r--common.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index a872679a..15120d35 100644
--- a/common.mk
+++ b/common.mk
@@ -1,9 +1,7 @@
common_deps :=
kernel_includes :=
-ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)
common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
endif
-endif