1151d15be5
Init needs this in order to be built in Android.bp Test: build Change-Id: I695438d69cc71b739b7648c4008ff3760da58ef0
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",
|
|
],
|
|
}
|