blob: 218907461d29b004abf1487f9f55ad40deb9ec81 [file] [log] [blame]
//
// Copyright (C) 2021 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "libqti-perfd-client",
srcs: ["client.c"],
shared_libs: [
"liblog",
"libutils",
],
vendor: true,
}