Jeff Vander Stoep | bdfc030 | 2017-05-25 09:53:47 -0700 | [diff] [blame] | 1 | cc_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 | } |