diff options
author | Hongwei Wang <hwwang@google.com> | 2018-01-16 14:59:45 -0800 |
---|---|---|
committer | Hongwei Wang <hwwang@google.com> | 2018-01-18 21:01:24 +0000 |
commit | 8655bc3e59990dd00106fed79e5bd9109a8c256e (patch) | |
tree | 81f952156836bc87a1537994bc7ded18f68d3f28 /automotive/vehicle/2.0/IVehicle.hal | |
parent | e56eafc61ddfcc445120d45771eb36ad83f552a6 (diff) | |
download | android_hardware_interfaces-8655bc3e59990dd00106fed79e5bd9109a8c256e.tar.gz android_hardware_interfaces-8655bc3e59990dd00106fed79e5bd9109a8c256e.tar.bz2 android_hardware_interfaces-8655bc3e59990dd00106fed79e5bd9109a8c256e.zip |
Removes deprecated audio property in vehicle hal
Bug: 72054677
Test: None
Change-Id: I68a29c786dabf99afb4c44b49586f372a97abae6
Diffstat (limited to 'automotive/vehicle/2.0/IVehicle.hal')
-rw-r--r-- | automotive/vehicle/2.0/IVehicle.hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automotive/vehicle/2.0/IVehicle.hal b/automotive/vehicle/2.0/IVehicle.hal index d962de02f..1b1d39126 100644 --- a/automotive/vehicle/2.0/IVehicle.hal +++ b/automotive/vehicle/2.0/IVehicle.hal @@ -43,7 +43,7 @@ interface IVehicle { * For VehiclePropertyChangeMode::ON_CHANGE properties, it must return the * latest available value. * - * Some properties like AUDIO_VOLUME requires to pass additional data in + * Some properties like RADIO_PRESET requires to pass additional data in * GET request in VehiclePropValue object. * * If there is no data available yet, which can happen during initial stage, |