From 702f237b021760b43aceae18f5b3ce8084ccde8d Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Thu, 29 Dec 2016 12:55:58 -0600 Subject: camera: remove is-vendor-board-platform,QCOM check for kernel deps * 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 --- common.mk | 2 -- 1 file changed, 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 -- cgit v1.2.3