msm: camera: config: Makefile update to support GKI 2.0
Adds support for camera kernel driver source being moved to Vendor SI. CRs-Fixed: 2835738 Change-Id: Ibb876edb1284bc77c366c3ef9e1ee9a39981c960 Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
This commit is contained in:

committed by
Jigarkumar Zala

parent
0499b96da4
commit
8c2e1cab8f
10
include/uapi/Android.mk
Normal file
10
include/uapi/Android.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
Reference in New Issue
Block a user