summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/extension/vibrator/aidl/client/Android.bp4
-rw-r--r--tests/extension/vibrator/aidl/default/Android.bp4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/extension/vibrator/aidl/client/Android.bp b/tests/extension/vibrator/aidl/client/Android.bp
index afab263b82..284ac7459b 100644
--- a/tests/extension/vibrator/aidl/client/Android.bp
+++ b/tests/extension/vibrator/aidl/client/Android.bp
@@ -27,7 +27,7 @@ cc_test {
"android.hardware.tests.extension.vibrator-V1-cpp",
"libbinder_ndk",
- "android.hardware.vibrator-V2-ndk_platform",
- "android.hardware.tests.extension.vibrator-V1-ndk_platform",
+ "android.hardware.vibrator-V2-ndk",
+ "android.hardware.tests.extension.vibrator-V1-ndk",
],
}
diff --git a/tests/extension/vibrator/aidl/default/Android.bp b/tests/extension/vibrator/aidl/default/Android.bp
index a200292330..0f3895f8de 100644
--- a/tests/extension/vibrator/aidl/default/Android.bp
+++ b/tests/extension/vibrator/aidl/default/Android.bp
@@ -28,7 +28,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
- "android.hardware.vibrator-V2-ndk_platform",
- "android.hardware.tests.extension.vibrator-V2-ndk_platform",
+ "android.hardware.vibrator-V2-ndk",
+ "android.hardware.tests.extension.vibrator-V2-ndk",
],
}