• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library {
2    name: "libseccomp_policy",
3    srcs: [
4        "seccomp_policy.cpp",
5        "arm_policy.cpp",
6        "arm64_policy.cpp",
7        "x86_policy.cpp",
8        "x86_64_policy.cpp",
9        "mips_policy.cpp",
10        "mips64_policy.cpp",
11    ],
12    export_include_dirs: ["include"],
13    shared: {
14        shared_libs: ["libbase"],
15    },
16    static: {
17        static_libs: ["libbase"],
18    },
19}
20