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 <zhongcy95@gmail.com>
This commit is contained in:
Jiyong Park 2021-08-04 12:48:07 +09:00 committed by giasen
parent 3ff54f7818
commit e40f608cd2

View file

@ -26,7 +26,7 @@ cc_binary {
vintf_fragments: ["aidl/android.hardware.power-service.lenovo.xml"], vintf_fragments: ["aidl/android.hardware.power-service.lenovo.xml"],
vendor: true, vendor: true,
shared_libs: [ shared_libs: [
"android.hardware.power-V1-ndk_platform", "android.hardware.power-V1-ndk",
"libbase", "libbase",
"libcutils", "libcutils",
"liblog", "liblog",
@ -34,7 +34,7 @@ cc_binary {
"libbinder_ndk", "libbinder_ndk",
"libdisppower-lenovo", "libdisppower-lenovo",
"libperfmgr", "libperfmgr",
"pixel-power-ext-V1-ndk_platform", "pixel-power-ext-V1-ndk",
], ],
srcs: [ srcs: [
"aidl/service.cpp", "aidl/service.cpp",