blob: 911afb129a29eda8d5262fc5885026e1e79d78f3 [file] [log] [blame]
Tom Cherrye275d6d2017-12-11 23:31:33 -08001cc_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 ],
Elliott Hughes3019d782019-02-13 12:39:07 -080015 header_libs: [
16 "libasync_safe_headers",
Tom Cherrye275d6d2017-12-11 23:31:33 -080017 ],
18
19 include_dirs: [
20 "bionic/libc",
21 "bionic/libstdc++/include",
22 ],
23 export_include_dirs: ["include"],
24}