aidl: 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: I7b9055909b901843631314b9577a9e578a739d00
urubino
Jiyong Park 3 years ago committed by LuK1337
parent 708a055c8c
commit 251af10301
  1. 2
      aidl/light/Android.bp
  2. 4
      aidl/power-libperfmgr/Android.bp
  3. 2
      aidl/vibrator/Android.bp

@ -17,7 +17,7 @@ cc_binary {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"libbinder_ndk", "libbinder_ndk",
"android.hardware.light-V1-ndk_platform", "android.hardware.light-V1-ndk",
], ],
vendor: true, vendor: true,
} }

@ -27,14 +27,14 @@ cc_binary {
vintf_fragments: ["android.hardware.power-service.samsung.xml"], vintf_fragments: ["android.hardware.power-service.samsung.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",
"libutils", "libutils",
"libbinder_ndk", "libbinder_ndk",
"libperfmgr", "libperfmgr",
"pixel-power-ext-V1-ndk_platform", "pixel-power-ext-V1-ndk",
], ],
srcs: [ srcs: [
"service.cpp", "service.cpp",

@ -16,7 +16,7 @@ cc_binary {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"libbinder_ndk", "libbinder_ndk",
"android.hardware.vibrator-V2-ndk_platform", "android.hardware.vibrator-V2-ndk",
], ],
vendor: true, vendor: true,
} }

Loading…
Cancel
Save