855585a84b
* Why bothering with C++ mangling when we can just build it as a standard C library? Change-Id: I45ea977edf7ea7fab6fece76f3049654a8d24c5d
18 lines
290 B
Plaintext
18 lines
290 B
Plaintext
cc_library_shared {
|
|
name: "libqti-perfd-client",
|
|
proprietary: true,
|
|
defaults: ["hidl_defaults"],
|
|
srcs: [
|
|
"client.c",
|
|
],
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wextra",
|
|
"-Wall",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
}
|