blob: 70f6faab523707cc39e775d7cebdd02f5618dc08 [file] [log] [blame]
Tom Cherryd853f772017-10-27 15:18:02 -07001cc_library_static {
2 name: "libpropertyinfoparser",
Tom Cherry919458c2018-01-03 14:39:28 -08003 host_supported: true,
Tom Cherry91094e02018-01-02 11:50:16 -08004 vendor_available: true,
Jiyong Park612210c2018-04-27 21:48:43 +09005 recovery_available: true,
Tom Cherryd853f772017-10-27 15:18:02 -07006 srcs: ["property_info_parser.cpp"],
7
8 cpp_std: "experimental",
Tom Cherryd853f772017-10-27 15:18:02 -07009 cppflags: [
10 "-Wall",
11 "-Wextra",
12 "-Werror",
13 ],
14 stl: "none",
15 export_include_dirs: ["include"],
16}