sm6375-common: libqti-perfd-client: Move to C
* Why bothering with C++ mangling when we can just build it as a standard C library? Change-Id: I45ea977edf7ea7fab6fece76f3049654a8d24c5d
This commit is contained in:
parent
6b6029c515
commit
5606a905c5
2 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ cc_library_shared {
|
|||
proprietary: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"client.cpp",
|
||||
"client.c",
|
||||
],
|
||||
cflags: [
|
||||
"-Werror",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue