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:
parent
9188e83cbd
commit
993729bb9b
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ cc_binary {
|
|||
"liblog",
|
||||
"libhardware",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.light-V1-ndk_platform",
|
||||
"android.hardware.light-V1-ndk",
|
||||
],
|
||||
srcs: [
|
||||
"aidl/Lights.cpp",
|
||||
|
|
|
@ -39,7 +39,7 @@ cc_binary {
|
|||
vintf_fragments: ["aidl/android.hardware.power-service.xiaomi_sdm660.xml"],
|
||||
vendor: true,
|
||||
shared_libs: [
|
||||
"android.hardware.power-V2-ndk_platform",
|
||||
"android.hardware.power-V2-ndk",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
|
@ -48,7 +48,7 @@ cc_binary {
|
|||
"libdisppower-xiaomi_sdm660",
|
||||
"libperfmgr",
|
||||
"libprocessgroup",
|
||||
"pixel-power-ext-V1-ndk_platform",
|
||||
"pixel-power-ext-V1-ndk",
|
||||
],
|
||||
srcs: [
|
||||
"aidl/service.cpp",
|
||||
|
|
Loading…
Reference in a new issue