git-subtree-dir: qcom/opensource/camera-kernel git-subtree-mainline:4771641151git-subtree-split:8957258761repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel tag: CAMERA.LA.2.0.r1-11200-WAIPIO.0 Change-Id: I2f798280c2fbe41289fe71c93ad76acef2ecac25
11 lines
375 B
Makefile
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
|