| Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 1 | cc_library_static { | 
| 2 | name: "libsystemproperties", | ||||
| 3 | defaults: ["libc_defaults"], | ||||
| 4 | srcs: [ | ||||
| 5 | "context_node.cpp", | ||||
| 6 | "contexts_split.cpp", | ||||
| 7 | "contexts_serialized.cpp", | ||||
| 8 | "prop_area.cpp", | ||||
| 9 | "prop_info.cpp", | ||||
| 10 | "system_properties.cpp", | ||||
| 11 | ], | ||||
| 12 | whole_static_libs: [ | ||||
| 13 | "libpropertyinfoparser", | ||||
| 14 | ], | ||||
| 15 | static_libs: [ | ||||
| 16 | "libasync_safe", | ||||
| 17 | ], | ||||
| 18 | |||||
| 19 | include_dirs: [ | ||||
| 20 | "bionic/libc", | ||||
| 21 | "bionic/libstdc++/include", | ||||
| 22 | ], | ||||
| 23 | export_include_dirs: ["include"], | ||||
| 24 | } | ||||