blob: 05397292c1e1bfb92db97ea95426117e343b8fc3 [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,
Suren Baghdasaryandad47492019-01-14 16:57:55 -08006 vendor_available: true,
Steven Moreland419ce362017-04-19 14:12:52 -07007 shared_libs: ["libbase"],
Suren Baghdasaryandad47492019-01-14 16:57:55 -08008 // for cutils/android_filesystem_config.h
9 header_libs: [ "libcutils_headers" ],
Steven Moreland419ce362017-04-19 14:12:52 -070010 export_include_dirs: ["include"],
11 cflags: [
12 "-Wall",
13 "-Werror",
14 ],
15}