blob: ac802b58bf1f255ac71b7004e3de354b7f1c3fd4 [file] [log] [blame]
cc_library_static {
name: "libpropertyinfoparser",
host_supported: true,
vendor_available: true,
recovery_available: true,
native_bridge_supported: true,
srcs: ["property_info_parser.cpp"],
cpp_std: "experimental",
cppflags: [
"-Wall",
"-Wextra",
"-Werror",
],
stl: "none",
system_shared_libs: [],
header_libs: ["libc_headers"],
export_include_dirs: ["include"],
}