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,
}