blob: 108d15aa43c4bf4383188bc038dc0b082f674e8a [file] [log] [blame]
cc_library_static {
name: "libpropertyinfoparser",
host_supported: true,
vendor_available: true,
ramdisk_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"],
}