diff options
author | Steven Moreland <smoreland@google.com> | 2020-01-23 15:11:06 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2020-01-23 15:11:06 -0800 |
commit | a65d2972f90901c78100d9ad6c7cf3c1653f28c1 (patch) | |
tree | bf946c0abc337e1737984043c6890686dd34d882 /compatibility_matrices | |
parent | 116a7e2ed4f922b6851b2e7a32ad487351b40298 (diff) | |
download | platform_hardware_interfaces-a65d2972f90901c78100d9ad6c7cf3c1653f28c1.tar.gz platform_hardware_interfaces-a65d2972f90901c78100d9ad6c7cf3c1653f28c1.tar.bz2 platform_hardware_interfaces-a65d2972f90901c78100d9ad6c7cf3c1653f28c1.zip |
AIDL vibrator required for launching devices.
Deprecating vibrator HIDL for launching devices so that we can remove
HIDL support after ~3+ years.
Bug: 141828236
Test: passes on cuttlefish (TH check)
Change-Id: I2c8b35882a51af0defe8466b28272cff9b3cd151
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 98068985b5..a76f016868 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -471,14 +471,6 @@ </interface> </hal> <hal format="hidl" optional="true"> - <name>android.hardware.vibrator</name> - <version>1.0-3</version> - <interface> - <name>IVibrator</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl" optional="true"> <name>android.hardware.vr</name> <version>1.0</version> <interface> |