Elliott Hughes | 926add1 | 2017-03-02 18:56:12 -0800 | [diff] [blame^] | 1 | cc_library { |
2 | name: "libseccomp_policy", | ||||
3 | srcs: [ | ||||
4 | "seccomp_policy.cpp", | ||||
5 | "arm_policy.cpp", | ||||
6 | "arm64_policy.cpp", | ||||
7 | ], | ||||
8 | export_include_dirs: ["include"], | ||||
9 | shared: { | ||||
10 | shared_libs: ["libbase"], | ||||
11 | }, | ||||
12 | static: { | ||||
13 | static_libs: ["libbase"], | ||||
14 | }, | ||||
15 | } |