17 lines
274 B
Text
17 lines
274 B
Text
|
cc_library_shared {
|
||
|
name: "libqti-perfd-client",
|
||
|
proprietary: true,
|
||
|
defaults: ["hidl_defaults"],
|
||
|
srcs: [
|
||
|
"client.cpp",
|
||
|
],
|
||
|
cflags: [
|
||
|
"-Werror",
|
||
|
"-Wextra",
|
||
|
"-Wall",
|
||
|
],
|
||
|
shared_libs: [
|
||
|
"libutils",
|
||
|
],
|
||
|
}
|