aboutsummaryrefslogtreecommitdiff
path: root/camera/common.mk
blob: be8799b71f8ba6c4e2f00a41e701cc69f5432c66 (plain)
1
2
3
4
5
6
7
common_deps :=
kernel_includes :=

ifeq ($(call is-vendor-board-platform,QCOM),true)
    common_deps += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
    kernel_includes += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
endif