LG8n: Provide a static lib for power mode extension

* [Shirayuki39] change xiaomi to transsion

Change-Id: I3e2cf17bf1e733838e9e18afdf3f888e814593dc
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Arian 2024-08-14 23:39:36 +08:00 committed by Shirayuki39
parent 92085eed10
commit 8ca89fd96b
2 changed files with 12 additions and 1 deletions

View file

@ -59,7 +59,7 @@ BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
# DT2W
TARGET_TAP_TO_WAKE_NODE := /proc/gesture_function
TARGET_POWERHAL_MODE_EXT := $(DEVICE_PATH)/power/power-mode.cpp
TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB := //$(DEVICE_PATH):libperfmgr-ext-transsion
# DTB
BOARD_PREBUILT_DTBOIMAGE := $(KERNEL_PATH)/dtbo.img

11
power/Android.bp Normal file
View file

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