From 25d25dbc8bab911aa1896abbc806d7333408e688 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 18 Jul 2024 12:56:42 +0530 Subject: [PATCH] sm6375-common: power-libperfmgr: aidl: Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I7b9055909b901843631314b9577a9e578a739d00 --- power-libperfmgr/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/power-libperfmgr/Android.bp b/power-libperfmgr/Android.bp index ce2007b..1a628bd 100644 --- a/power-libperfmgr/Android.bp +++ b/power-libperfmgr/Android.bp @@ -20,7 +20,7 @@ cc_binary { vintf_fragments: ["android.hardware.power-service.moto_sm6375.xml"], vendor: true, shared_libs: [ - "android.hardware.power-V2-ndk_platform", + "android.hardware.power-V2-ndk", "libbase", "libcutils", "liblog", @@ -29,7 +29,7 @@ cc_binary { "libdisppower-pixel", "libperfmgr", "libprocessgroup", - "pixel-power-ext-V1-ndk_platform", + "pixel-power-ext-V1-ndk", ], srcs: [ "service.cpp",