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