summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLais Andrade <lsandrade@google.com>2020-10-12 18:44:40 +0000
committerLais Andrade <lsandrade@google.com>2020-11-16 14:29:29 +0000
commit80b1861b20ad521da43f695ff6acb74d2ee9b0a9 (patch)
treee5d110b5f59f3097654ff55822951c21813fd0d7 /tests
parent9bb4eb02730d2f64fd40362ac9de181821a6e008 (diff)
Introduce IVibratorManager.aidl
Introduce interface for vibrator manager HAL. A default implementation is made available to the existing android.hardware.vibrator-service.example, which now provides a top level devault IVibrator and a top level IVibratorManager with a different vibrator in it. VTS tests were also introduced for the new manager, and existing tests for IVibrator where changed to run in all top level and managed HAL instances found on a device. Bug: 166586119 Test: atest VtsHalVibratorTargetTest atest VtsHalVibratorManagerTargetTest Change-Id: Iec9175167e795bc03c4f3d873e2ac6682ed52512
Diffstat (limited to 'tests')
-rw-r--r--tests/extension/vibrator/aidl/default/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/extension/vibrator/aidl/default/Android.bp b/tests/extension/vibrator/aidl/default/Android.bp
index ed40d259ab..80f7727646 100644
--- a/tests/extension/vibrator/aidl/default/Android.bp
+++ b/tests/extension/vibrator/aidl/default/Android.bp
@@ -19,7 +19,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
- "android.hardware.vibrator-ndk_platform",
- "android.hardware.tests.extension.vibrator-ndk_platform",
+ "android.hardware.vibrator-unstable-ndk_platform",
+ "android.hardware.tests.extension.vibrator-unstable-ndk_platform",
],
}