419ce36c7d
Test: links Test: (sanity) boot marlin in recovery + to system UI Bug: 37512442 Change-Id: Ie19c02bda9df7c0cfdeeaf34c48f251b2b93961d
10 lines
201 B
Text
10 lines
201 B
Text
cc_library {
|
|
srcs: ["processgroup.cpp"],
|
|
name: "libprocessgroup",
|
|
shared_libs: ["libbase"],
|
|
export_include_dirs: ["include"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|