Files
Michael Bestas ec5a6fd5c3 Add 'qcom/opensource/camera-kernel/' from commit '89572587611acf6335300fda205f6acbdb129eb3'
git-subtree-dir: qcom/opensource/camera-kernel
git-subtree-mainline: 4771641151
git-subtree-split: 8957258761

repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel
tag: CAMERA.LA.2.0.r1-11200-WAIPIO.0
Change-Id: I2f798280c2fbe41289fe71c93ad76acef2ecac25
2024-05-07 02:50:07 +03:00

11 lines
375 B
Makefile

# Standalone camera UAPI header android target
LOCAL_PATH := $(call my-dir)
# Path variable for other modules to include for compilation
LOCAL_EXPORT_CAMERA_UAPI_INCLUDE := $(LOCAL_PATH)/camera/
CAMERA_HEADERS := $(call all-subdir-named-files,*.h)
KERNEL_SCRIPTS := $(shell pwd)/kernel/msm-$(TARGET_KERNEL_VERSION)/scripts
include $(CLEAR_VARS)
LOCAL_MODULE := camera-uapi