Files
Bruno Martins 0f0cd0e9c7 Add 'qcom/opensource/camera-kernel/' from commit '421b8ca82904d591bbc0bcc468f5c74ebeaf1e7f'
git-subtree-dir: qcom/opensource/camera-kernel
git-subtree-mainline: 614aa6eb30
git-subtree-split: 421b8ca829

repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel
tag: CAMERA.LA.3.0.r1-03700-KAILUA.0
2023-09-18 16:11:20 +01: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