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:
Sebastiano Barezzi 2024-07-18 12:56:42 +05:30 committed by Anand S
commit 8b6712433b
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ cc_library_shared {
proprietary: true,
defaults: ["hidl_defaults"],
srcs: [
"client.cpp",
"client.c",
],
cflags: [
"-Werror",