Co-authored-by: Anand S <anandzzz360@gmail.com> Change-Id: I9f6b6300b2595b0cae76f7d2d805c0ea15495936
11 lines
205 B
Text
11 lines
205 B
Text
cc_library_static {
|
|
name: "libperfmgr-ext-fogos",
|
|
vendor: true,
|
|
srcs: [
|
|
"power-mode.cpp",
|
|
],
|
|
shared_libs: [
|
|
"android.hardware.power-V5-ndk",
|
|
"libbase",
|
|
],
|
|
}
|