Merge "Replace is-vendor-board-platform with is-vendor-board-qcom." am: 6ce9105f28 am: c64edd1cea am: 0d1976035c Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/camera/+/1866334 Change-Id: Ib96f6f3824ac6def9001797b2e89db8b5d6e18f2
diff --git a/msm8998/common.mk b/msm8998/common.mk index a872679..5c9ce70 100644 --- a/msm8998/common.mk +++ b/msm8998/common.mk
@@ -1,7 +1,7 @@ common_deps := kernel_includes := -ifeq ($(call is-vendor-board-platform,QCOM),true) +ifneq (,$(call is-vendor-board-qcom)) ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true) common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include