commit | a6ce72d61c30e004a08be6687290f7ccd7514556 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Mar 16 19:15:34 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 16 19:15:34 2023 +0000 |
tree | 6004bf01906d718f6e77080b1005db1ae9d21fba | |
parent | 54ddd06932395f0b07d9075edc14aa29bf1ff311 [diff] | |
parent | 0d841ae81243d73959fceb3f366e6536a2ec3869 [diff] |
Merge "Add comment to the Vendor HAL Android.bp file to explain why the linter is disabled." into udc-dev
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 b9ded39..9c67650 100644 --- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl +++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl
@@ -407,6 +407,10 @@ * all energy sources in a vehicle. For example, a hybrid car's range will * be the sum of the ranges based on fuel and battery. * + * This property may be writable because a navigation app could update the range if it has a + * more accurate estimate based on the upcoming route. However, this property can be set to + * VehiclePropertyAccess.READ only at the OEM's discretion. + * * @change_mode VehiclePropertyChangeMode.CONTINUOUS * @access VehiclePropertyAccess.READ_WRITE * @unit VehicleUnit:METER
diff --git a/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/.hash b/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/.hash index 8700d33..4b3b2a6 100644 --- a/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/.hash +++ b/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/.hash
@@ -1 +1,2 @@ +207c9f218b9b9e4e74ff5232eb16511eca9d7d2e c8d34e56ae0807b61f028019622d8b60a37e0a8b
diff --git a/sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h b/sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h index 7e22b19..aa6e881 100644 --- a/sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h +++ b/sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h
@@ -559,6 +559,11 @@ } TEST_P(SensorsHidlTest, CleanupConnectionsOnInitialize) { + if (getSensorsList().size() == 0) { + // No sensors + return; + } + activateAllSensors(true); // Verify that events are received