PD#SWPL-36509
Problem:
compile fail on buildroot
Solution:
fix compile error on buildroot
Verify:
Android Q/R + AH212
Change-Id: I8c969b64090c0119961a837cbdc769a8e2763951
Signed-off-by: Pengguang Zhu <pengguang.zhu@amlogic.com>
tee_shm.o \
tee_shm_pool.o
-LOCAL_INCLUDES += -I$(KERNEL_SRC)/$(M)/include \
+LOCAL_INCLUDES += -I$(M)/include \
+ -I$(M)/include/linux \
+ -I$(KERNEL_SRC)/$(M)/include \
-I$(KERNEL_SRC)/$(M)/include/linux
ccflags-y+=$(LOCAL_INCLUDES)
-LOCAL_INCLUDES += -I$(KERNEL_SRC)/$(M)/../include \
+LOCAL_INCLUDES += -I$(M)/../include \
+ -I$(M)/../include/linux \
+ -I$(M)/include \
+ -I$(M)/include/linux \
+ -I$(KERNEL_SRC)/$(M)/../include \
-I$(KERNEL_SRC)/$(M)/../include/linux \
-I$(KERNEL_SRC)/$(M)/include \
-I$(KERNEL_SRC)/$(M)/include/linux