blob: bf515ca316af95ef4a655ac064c1d428a9cd9df0 [file] [log] [blame]
filegroup {
name: "bionic-gensyscalls",
srcs: ["gensyscalls.py"]
}
// Generate the C++ policy sources for app and system seccomp-bpf filters.
python_binary_host {
name: "genseccomp",
main: "genseccomp.py",
srcs: [
"genseccomp.py",
"gensyscalls.py",
],
data: [
":all_kernel_uapi_headers",
],
}
python_binary_host {
name: "genfunctosyscallnrs",
main: "genfunctosyscallnrs.py",
srcs: [
"genseccomp.py",
"genfunctosyscallnrs.py",
"gensyscalls.py",
],
data: [
":all_kernel_uapi_headers",
],
}