Home | History | Annotate | Download | only in camera
      1 common_deps :=
      2 kernel_includes :=
      3 
      4 ifeq ($(call is-vendor-board-platform,QCOM),true)
      5 ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)
      6     common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
      7     kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
      8 endif
      9 endif
     10