This reverts commit dad4749731.
Reason for revert: Broke AOSP
Change-Id: I019e1226a65b31495984cf47ad471771b4880c45
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
12 lines
257 B
Text
12 lines
257 B
Text
cc_library {
|
|
srcs: ["processgroup.cpp"],
|
|
name: "libprocessgroup",
|
|
host_supported: true,
|
|
recovery_available: true,
|
|
shared_libs: ["libbase"],
|
|
export_include_dirs: ["include"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|