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:
parent
3ff54f7818
commit
e40f608cd2
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue