sdm660-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
Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547
Change-Id: I14a1c57bd06f1f2aa52491f779c7030d4de03547
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Jiyong Park 2021-08-30 15:29:07 +09:00 committed by pix106
parent 9188e83cbd
commit 993729bb9b
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ cc_binary {
"liblog", "liblog",
"libhardware", "libhardware",
"libbinder_ndk", "libbinder_ndk",
"android.hardware.light-V1-ndk_platform", "android.hardware.light-V1-ndk",
], ],
srcs: [ srcs: [
"aidl/Lights.cpp", "aidl/Lights.cpp",

View file

@ -39,7 +39,7 @@ cc_binary {
vintf_fragments: ["aidl/android.hardware.power-service.xiaomi_sdm660.xml"], vintf_fragments: ["aidl/android.hardware.power-service.xiaomi_sdm660.xml"],
vendor: true, vendor: true,
shared_libs: [ shared_libs: [
"android.hardware.power-V2-ndk_platform", "android.hardware.power-V2-ndk",
"libbase", "libbase",
"libcutils", "libcutils",
"liblog", "liblog",
@ -48,7 +48,7 @@ cc_binary {
"libdisppower-xiaomi_sdm660", "libdisppower-xiaomi_sdm660",
"libperfmgr", "libperfmgr",
"libprocessgroup", "libprocessgroup",
"pixel-power-ext-V1-ndk_platform", "pixel-power-ext-V1-ndk",
], ],
srcs: [ srcs: [
"aidl/service.cpp", "aidl/service.cpp",