uapi: Add UAPI headers for slatecom_interface driver
Add slatecom_interface header file in gen_headers to make it accessible from userspace modules who uses Android.bp files for compilation. Change-Id: Ie298ec28983c16999d941ee8667e2dd7b5c3db22 Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
This commit is contained in:
parent
3b06ec126c
commit
d0bd65b0a8
@ -526,6 +526,7 @@ gen_headers_out_arm = [
|
||||
"linux/shm.h",
|
||||
"linux/signal.h",
|
||||
"linux/signalfd.h",
|
||||
"linux/slatecom_interface.h",
|
||||
"linux/smc.h",
|
||||
"linux/smc_diag.h",
|
||||
"linux/smcinvoke.h",
|
||||
|
@ -521,6 +521,7 @@ gen_headers_out_arm64 = [
|
||||
"linux/shm.h",
|
||||
"linux/signal.h",
|
||||
"linux/signalfd.h",
|
||||
"linux/slatecom_interface.h",
|
||||
"linux/smc.h",
|
||||
"linux/smc_diag.h",
|
||||
"linux/smcinvoke.h",
|
||||
|
Loading…
Reference in New Issue
Block a user