1 cc_library { 2 srcs: ["processgroup.cpp"], 3 name: "libprocessgroup", 4 defaults: ["linux_bionic_supported"], 5 shared_libs: ["libbase"], 6 export_include_dirs: ["include"], 7 cflags: [ 8 "-Wall", 9 "-Werror", 10 ], 11 } 12