platform_system_core/libprocessgroup/Android.bp
Tom Cherry efa81080fd Enable libprocessgroup on host bionic
Bug: 31559095

Test: Build
Change-Id: I1ee9fb492137c6c16f0d02586393837616127972
2017-05-11 17:55:04 -07:00

11 lines
243 B
Text

cc_library {
srcs: ["processgroup.cpp"],
name: "libprocessgroup",
defaults: ["linux_bionic_supported"],
shared_libs: ["libbase"],
export_include_dirs: ["include"],
cflags: [
"-Wall",
"-Werror",
],
}