commit | e0f2d29b7f3045cf5d4abfa382f1761dbe7e3c09 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Aug 09 09:01:17 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Aug 17 14:48:50 2021 +0000 |
tree | 840114d7e96cbdf843b34aa9d5cf86474a799cb6 | |
parent | e0b2d17cbfe14e14c4cde6d48522bca48441e0ca [diff] |
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: I0652f1efe920111d79dd8c2ecd52e55dda54538f Merged-In: Ib58c9f1cb80d083a3c62d03415610be855b80f03 Change-Id: Ied92f2784ed7d6a73693c640042c8a66fbbcfa17
diff --git a/power/aidl/default/Android.bp b/power/aidl/default/Android.bp index 5aa6893..22dd9a2 100644 --- a/power/aidl/default/Android.bp +++ b/power/aidl/default/Android.bp
@@ -30,7 +30,7 @@ shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.power-V1-ndk_platform", + "android.hardware.power-V1-ndk", ], srcs: [ "main.cpp",