Skip to content
Snippets Groups Projects
Commit 3107fa1a authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix libsepolwrap with SANITIZE_HOST=address" am: cdaf97bf am: 4deeab5c am: a30b6a5c

am: e92b7f16

Change-Id: I0e0e1b2c525a26b5da8a3536df5ccfa72b9e79a8
parents 599ecb9d e92b7f16
No related branches found
No related tags found
No related merge requests found
cc_library_host_shared {
name: "libsepolwrap",
srcs: ["sepol_wrap.cpp"],
shared_libs: ["libbase", "libsepol"],
shared_libs: ["libsepol"],
cflags: ["-Wall", "-Werror",],
export_include_dirs: ["include"],
// libsepolwrap gets loaded from the system python, which does not have the
// ASAN runtime. So turn off sanitization for ourself, and use static
// libraries, since the shared libraries will use ASAN.
static_libs: ["libbase"],
stl: "libc++_static",
sanitize: {
never: true,
},
}
cc_prebuilt_binary {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment