mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-03 07:06:30 +09:00
sm6250-common: Create dummy libqti-perfd-client
* proprietary perfd blobs can finally be nuked without breaking goodix * we could even map the functions to use libperfmgr powerhints in the future Change-Id: I124652f3041761966a3e3bd97c757fecc39cc5fb
This commit is contained in:
committed by
Alexander Winkowski
parent
82f432048b
commit
ce994be274
16
libqti-perfd-client/Android.bp
Normal file
16
libqti-perfd-client/Android.bp
Normal file
@ -0,0 +1,16 @@
|
||||
cc_library_shared {
|
||||
name: "libqti-perfd-client",
|
||||
proprietary: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"client.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-Werror",
|
||||
"-Wextra",
|
||||
"-Wall",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user