Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 1 | cc_library_static { |
| 2 | name: "libsystemproperties", |
| 3 | defaults: ["libc_defaults"], |
dimitry | 7f04880 | 2019-05-03 15:57:34 +0200 | [diff] [blame^] | 4 | native_bridge_supported: true, |
Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 5 | srcs: [ |
| 6 | "context_node.cpp", |
| 7 | "contexts_split.cpp", |
| 8 | "contexts_serialized.cpp", |
| 9 | "prop_area.cpp", |
| 10 | "prop_info.cpp", |
| 11 | "system_properties.cpp", |
| 12 | ], |
| 13 | whole_static_libs: [ |
| 14 | "libpropertyinfoparser", |
| 15 | ], |
Elliott Hughes | 3019d78 | 2019-02-13 12:39:07 -0800 | [diff] [blame] | 16 | header_libs: [ |
| 17 | "libasync_safe_headers", |
Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 18 | ], |
| 19 | |
| 20 | include_dirs: [ |
| 21 | "bionic/libc", |
| 22 | "bionic/libstdc++/include", |
| 23 | ], |
| 24 | export_include_dirs: ["include"], |
| 25 | } |