// Copyright 2017 The Android Open Source Project cc_library { name: "libext2_com_err", 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"], }