mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
|
|
cc_library_static {
|
||
|
|
name: "libperfmgr-ext-xiaomi",
|
||
|
|
vendor: true,
|
||
|
|
srcs: [
|
||
|
|
"power-mode.cpp",
|
||
|
|
],
|
||
|
|
shared_libs: [
|
||
|
|
"android.hardware.power-V4-ndk",
|
||
|
|
"libbase",
|
||
|
|
],
|
||
|
|
}
|