disp: add changes to generate display dlkm in android

Add Android make files and Kbuild files to support dlkm
for display driver. Also resolve header and config issues
to allow successful compilation of display driver.

Change-Id: I04d6233864ea54c0a808b295fbdccb83058f1fd2
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
Signed-off-by: Prabhanjan Kandula <pkandula@codeaurora.org>
This commit is contained in:
Samantha Tran
2020-04-08 10:56:58 -07:00
committed by Prabhanjan Kandula
vanhempi 8bb1e0a34d
commit 13bb35435c
14 muutettua tiedostoa jossa 335 lisäystä ja 207 poistoa

12
Android.mk Normal file
Näytä tiedosto

@@ -0,0 +1,12 @@
# Android makefile for display kernel modules
MY_LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(wildcard $(LOCAL_PATH)/**/*) $(wildcard $(LOCAL_PATH)/*)
UAPI_OUT := $(PRODUCT_OUT)/obj/vendor/qcom/opensource/display-drivers/include
$(shell mkdir -p $(UAPI_OUT)/display;)
include $(MY_LOCAL_PATH)/include/uapi/display/Android.mk
include $(MY_LOCAL_PATH)/msm/Android.mk