diff --git a/power-libperfmgr/Android.bp b/power-libperfmgr/Android.bp index 3c88402b..565244a1 100644 --- a/power-libperfmgr/Android.bp +++ b/power-libperfmgr/Android.bp @@ -25,7 +25,7 @@ cc_binary { vintf_fragments: ["aidl/android.hardware.power-service.xiaomi_sdm660.xml"], vendor: true, shared_libs: [ - "android.hardware.power-ndk_platform", + "android.hardware.power-V1-ndk_platform", "libbase", "libcutils", "liblog", @@ -33,7 +33,7 @@ cc_binary { "libbinder_ndk", "libdisppower", "libperfmgr", - "pixel-power-ext-ndk_platform", + "pixel-power-ext-V1-ndk_platform", ], srcs: [ "aidl/service.cpp",