From c665f4e34f672792f00c503984ff3916376c7221 Mon Sep 17 00:00:00 2001 From: shrikar Date: Mon, 24 Jul 2023 18:30:28 +0000 Subject: [PATCH] Changed radius to diameter in INFO_EXTERIOR_DIMENSIONS docs in HAL layer Bug: 284972202 Test: manual build Change-Id: Ib72aa4d93d2fcf8c9961fd143842018efe27c18c --- .../android/hardware/automotive/vehicle/VehicleProperty.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl index 28bacb0d52..e7f934053e 100644 --- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl +++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl @@ -169,7 +169,7 @@ enum VehicleProperty { * int32Values[4] = wheel base * int32Values[5] = track width front * int32Values[6] = track width rear - * int32Values[7] = curb to curb turning radius + * int32Values[7] = curb to curb turning diameter * * @change_mode VehiclePropertyChangeMode.STATIC * @access VehiclePropertyAccess.READ