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", |
Bowgo Tsai | d0ecf0b | 2020-04-13 13:07:43 +0800 | [diff] [blame^] | 11 | "prop_trace.cpp", |
Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 12 | "system_properties.cpp", |
| 13 | ], |
| 14 | whole_static_libs: [ |
Bowgo Tsai | d0ecf0b | 2020-04-13 13:07:43 +0800 | [diff] [blame^] | 15 | "libc_bionic_systrace", |
Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 16 | "libpropertyinfoparser", |
| 17 | ], |
Elliott Hughes | 3019d78 | 2019-02-13 12:39:07 -0800 | [diff] [blame] | 18 | header_libs: [ |
| 19 | "libasync_safe_headers", |
Tom Cherry | e275d6d | 2017-12-11 23:31:33 -0800 | [diff] [blame] | 20 | ], |
| 21 | |
| 22 | include_dirs: [ |
| 23 | "bionic/libc", |
| 24 | "bionic/libstdc++/include", |
| 25 | ], |
| 26 | export_include_dirs: ["include"], |
| 27 | } |