Revert "securemsm-kernel: exposing smcinvoke headers"

This reverts commit 796ae71391.

This commit is being reverted due to build conflicts
with other teams

CRS-Fixed: 3354563

Change-Id: I915cc5bd0e718a1b82641ac02d2f0184f2fa1f37
This commit is contained in:
Spencer Willett
2022-12-06 13:38:24 -08:00
vanhempi 399c8f65d0
commit a785a207a2
6 muutettua tiedostoa jossa 9 lisäystä ja 14 poistoa

Näytä tiedosto

@@ -1,13 +1,13 @@
headers_src = [
"include/linux/smc*ke.h",
"include/linux/smc*_object.h",
"include/linux/IClientE*v.h",
"linux/smc*ke.h",
"linux/smc*_object.h",
"linux/IClientE*v.h",
]
smcinvoke_headers_out = [
"include/linux/smcinvoke.h",
"include/linux/smcinvoke_object.h",
"include/linux/IClientEnv.h",
"linux/smcinvoke.h",
"linux/smcinvoke_object.h",
"linux/IClientEnv.h",
]
smcinvoke_kernel_headers_verbose = "--verbose "
@@ -25,7 +25,7 @@ genrule {
smcinvoke_kernel_headers_verbose +
"--header_arch arm64 " +
"--gen_dir $(genDir) " +
"--smcinvoke_headers_to_expose $(locations include/linux/smc*ke.h) $(locations include/linux/smc*_object.h) $(locations include/linux/IClientE*v.h) " +
"--smcinvoke_headers_to_expose $(locations linux/smc*ke.h) $(locations linux/smc*_object.h) $(locations linux/IClientE*v.h) " +
"--unifdef $(location unifdef) " +
"--headers_install $(location headers_install.sh)",
out: smcinvoke_headers_out,
@@ -34,7 +34,7 @@ genrule {
cc_library_headers {
name: "smcinvoke_kernel_headers",
export_include_dirs: ["include"],
export_include_dirs: ["."],
generated_headers: ["qti_generate_smcinvoke_kernel_headers"],
export_generated_headers: ["qti_generate_smcinvoke_kernel_headers"],
vendor: true,