diff options
author | Jiyong Park <jiyong@google.com> | 2021-08-09 09:01:17 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2021-08-17 14:48:50 +0000 |
commit | e0f2d29b7f3045cf5d4abfa382f1761dbe7e3c09 (patch) | |
tree | 840114d7e96cbdf843b34aa9d5cf86474a799cb6 /power | |
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
Diffstat (limited to 'power')
-rw-r--r-- | power/aidl/default/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/aidl/default/Android.bp b/power/aidl/default/Android.bp index 5aa6893e67..22dd9a2dfb 100644 --- a/power/aidl/default/Android.bp +++ b/power/aidl/default/Android.bp @@ -30,7 +30,7 @@ cc_binary { shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.power-V1-ndk_platform", + "android.hardware.power-V1-ndk", ], srcs: [ "main.cpp", |