Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_hardware_qcom-caf_common
/
3bff1544d5faa8ebf1040a4e949646bfd953726d
/
.
/
libqti-perfd-client
/
Android.bp
blob: 1227532c849d156dada71ec8bdba79653e3803af [
file
] [
log
] [
blame
]
//
// Copyright (C) 2021 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared
{
name
:
"libqti-perfd-client"
,
srcs
:
[
"client.cpp"
],
shared_libs
:
[
"libutils"
,
],
vendor
:
true
,
}