blob: 87afab831a3a1a12966ca787048d003bc39d1e83 [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}