git-subtree-dir: qcom/opensource/camera-kernel git-subtree-mainline:614aa6eb30git-subtree-split:421b8ca829repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel tag: CAMERA.LA.3.0.r1-03700-KAILUA.0
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
|