| cc_library_static { | |
| name: "libpropertyinfoparser", | |
| host_supported: true, | |
| vendor_available: true, | |
| srcs: ["property_info_parser.cpp"], | |
| cpp_std: "experimental", | |
| cppflags: [ | |
| "-Wall", | |
| "-Wextra", | |
| "-Werror", | |
| ], | |
| stl: "none", | |
| export_include_dirs: ["include"], | |
| } |