summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-08-04 12:48:07 +0900
committerJiyong Park <jiyong@google.com>2021-08-04 12:48:07 +0900
commitc426c6dbdc8db86cc35d15cca6fb2b703280e4c2 (patch)
tree363f60424a1875adadf6cab4793cf90386e05721 /power
parent79129882f8f96a074499b5c29a84ed474402148c (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 Change-Id: I0652f1efe920111d79dd8c2ecd52e55dda54538f
Diffstat (limited to 'power')
-rw-r--r--power/aidl/default/Android.bp2
-rw-r--r--power/aidl/vts/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/power/aidl/default/Android.bp b/power/aidl/default/Android.bp
index c0ba9a079c..e10d329cd5 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-V2-ndk_platform",
+ "android.hardware.power-V2-ndk",
],
srcs: [
"main.cpp",
diff --git a/power/aidl/vts/Android.bp b/power/aidl/vts/Android.bp
index 3036b8202d..eccd872716 100644
--- a/power/aidl/vts/Android.bp
+++ b/power/aidl/vts/Android.bp
@@ -32,7 +32,7 @@ cc_test {
"libbinder_ndk",
],
static_libs: [
- "android.hardware.power-V2-ndk_platform",
+ "android.hardware.power-V2-ndk",
],
test_suites: [
"vts",