blob: 8780ddae3a106007c775bbd70a1f40c3f7f0cbf6 [file] [log] [blame]
Tom Cherrye275d6d2017-12-11 23:31:33 -08001cc_library_static {
2 name: "libsystemproperties",
3 defaults: ["libc_defaults"],
dimitry7f048802019-05-03 15:57:34 +02004 native_bridge_supported: true,
Tom Cherrye275d6d2017-12-11 23:31:33 -08005 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 Hughes3019d782019-02-13 12:39:07 -080016 header_libs: [
17 "libasync_safe_headers",
Tom Cherrye275d6d2017-12-11 23:31:33 -080018 ],
19
20 include_dirs: [
21 "bionic/libc",
22 "bionic/libstdc++/include",
23 ],
24 export_include_dirs: ["include"],
25}