aidl: Remove ndk_platform backend. Use the ndk backend.
authorJiyong Park <jiyong@google.com>
Mon, 9 Aug 2021 00:01:16 +0000 (09:01 +0900)
committerLuK1337 <priv.luk@gmail.com>
Tue, 30 Aug 2022 15:39:09 +0000 (17:39 +0200)
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

aidl/light/Android.bp
aidl/power-libperfmgr/Android.bp
aidl/vibrator/Android.bp

index 1b2322cfcf2be60f4bb352ea4972a05a49eebedb..ec2a10a75b72a43790285cba21fb8c55e5b88b98 100644 (file)
@@ -17,7 +17,7 @@ cc_binary {
     shared_libs: [
         "libbase",
         "libbinder_ndk",
-        "android.hardware.light-V1-ndk_platform",
+        "android.hardware.light-V1-ndk",
     ],
     vendor: true,
 }
index 93186fbd397f4c2cda2d619c92d6df666a86e9e7..2c3bb2a0c366f496da3dc4fb8ee63c909c55e48c 100644 (file)
@@ -27,14 +27,14 @@ cc_binary {
     vintf_fragments: ["android.hardware.power-service.samsung.xml"],
     vendor: true,
     shared_libs: [
-        "android.hardware.power-V1-ndk_platform",
+        "android.hardware.power-V1-ndk",
         "libbase",
         "libcutils",
         "liblog",
         "libutils",
         "libbinder_ndk",
         "libperfmgr",
-        "pixel-power-ext-V1-ndk_platform",
+        "pixel-power-ext-V1-ndk",
     ],
     srcs: [
         "service.cpp",
index 097301cab3e8be751d646d1644ac2ee7b518a444..0a255a18aed29fb39b006abc27f00d8581c6051a 100644 (file)
@@ -16,7 +16,7 @@ cc_binary {
     shared_libs: [
         "libbase",
         "libbinder_ndk",
-        "android.hardware.vibrator-V2-ndk_platform",
+        "android.hardware.vibrator-V2-ndk",
     ],
     vendor: true,
 }