blob: 2c70f363f7adc9c2fa5b8ccf3f8e91b9a326faf2 [file] [log] [blame]
Jeff Vander Stoepbdfc0302017-05-25 09:53:47 -07001cc_library_host_shared {
2 name: "libsepolwrap",
3 srcs: ["sepol_wrap.cpp"],
4 shared_libs: ["libbase", "libsepol"],
5 cflags: ["-Wall", "-Werror",],
6 export_include_dirs: ["include"],
7}
Jeff Vander Stoep1fc06822017-05-31 15:36:07 -07008
9cc_prebuilt_binary {
10 name: "policy.py",
11 srcs: ["policy.py"],
12 host_supported: true,
13 required: ["libsepolwrap"],
14}
15
16cc_prebuilt_binary {
17 name: "treble_sepolicy_tests.py",
18 srcs: ["treble_sepolicy_tests.py"],
19 host_supported: true,
20 required: ["policy.py"],
21}