blob: c9098c3f3a922e460f40339cba27bf507d85d290 [file] [log] [blame]
// Copyright 2017 The Android Open Source Project
cc_library {
name: "libext2_com_err",
vendor_available: true,
host_supported: true,
unique_host_soname: true,
srcs: [
"error_message.c",
"et_name.c",
"init_et.c",
"com_err.c",
"com_right.c",
],
cflags: [
"-W",
"-Wall",
],
target: {
windows: {
enabled: true,
},
},
header_libs: ["libext2-headers"],
export_include_dirs: ["."],
export_header_lib_headers: ["libext2-headers"],
}