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