Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_hardware_qcom-caf_common
/
0111bf84ff6be5df7e71aa2c62fe441da1e2a610
/
.
/
libqti-perfd-client
/
Android.bp
blob: 9b445d6405b2e059db0e9054d42d110036ab311d [
file
] [
log
] [
blame
]
//
// Copyright (C) 2021-2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace
{
}
cc_library_shared
{
name
:
"libqti-perfd-client"
,
srcs
:
[
"client.c"
],
shared_libs
:
[
"liblog"
,
"libutils"
,
],
vendor
:
true
,
}