From e40f608cd27c50a18eb6d5f5170866a4b55a0df6 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 4 Aug 2021 12:48:07 +0900 Subject: [PATCH] sdm710-common: 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 Change-Id: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Signed-off-by: Chenyang Zhong --- 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 e1fc4a9..a688e43 100644 --- a/power-libperfmgr/Android.bp +++ b/power-libperfmgr/Android.bp @@ -26,7 +26,7 @@ cc_binary { vintf_fragments: ["aidl/android.hardware.power-service.lenovo.xml"], vendor: true, shared_libs: [ - "android.hardware.power-V1-ndk_platform", + "android.hardware.power-V1-ndk", "libbase", "libcutils", "liblog", @@ -34,7 +34,7 @@ cc_binary { "libbinder_ndk", "libdisppower-lenovo", "libperfmgr", - "pixel-power-ext-V1-ndk_platform", + "pixel-power-ext-V1-ndk", ], srcs: [ "aidl/service.cpp",