android_device_tecno_LG8n/power/Android.bp

12 lines
209 B
Plaintext
Raw Permalink Normal View History

cc_library_static {
name: "libperfmgr-ext-transsion",
vendor: true,
srcs: [
"power-mode.cpp",
],
shared_libs: [
"android.hardware.power-V4-ndk",
"libbase",
],
}