diff options
Diffstat (limited to 'camera/common.mk')
-rw-r--r-- | camera/common.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camera/common.mk b/camera/common.mk index a872679..be8799b 100644 --- a/camera/common.mk +++ b/camera/common.mk @@ -2,8 +2,6 @@ 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 |