blob: c38279df49726e799fd9584f1cdd3f4cdb467bcb [file] [log] [blame]
Steven Moreland419ce362017-04-19 14:12:52 -07001cc_library {
2 srcs: ["processgroup.cpp"],
3 name: "libprocessgroup",
Tom Cherry574a0812018-02-23 13:04:40 -08004 host_supported: true,
Tom Cherry1151d152018-07-24 13:45:09 -07005 recovery_available: true,
Steven Moreland419ce362017-04-19 14:12:52 -07006 shared_libs: ["libbase"],
7 export_include_dirs: ["include"],
8 cflags: [
9 "-Wall",
10 "-Werror",
11 ],
12}