summaryrefslogtreecommitdiffstats
path: root/automotive/vehicle/2.0/types.hal
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-08 16:36:35 -0800
committerSteven Moreland <smoreland@google.com>2019-03-08 16:37:13 -0800
commit4bd35050c32f895127fa0f5103922ad102f64a78 (patch)
treef9917d8a21c0bf762d63715390a5eb5184d4c5a2 /automotive/vehicle/2.0/types.hal
parent1d2cd434761c5fd4875502aff00b9d979b5f8048 (diff)
downloadandroid_hardware_interfaces-4bd35050c32f895127fa0f5103922ad102f64a78.tar.gz
android_hardware_interfaces-4bd35050c32f895127fa0f5103922ad102f64a78.tar.bz2
android_hardware_interfaces-4bd35050c32f895127fa0f5103922ad102f64a78.zip
Remove VehicleApPowerStateConfigFlag comment.
Since interface is unfrozen, removing comment. Bug: 124382459 Test: N/A Change-Id: I7cbae55f2d34c794be3d38d61181eda0d7dbaeac
Diffstat (limited to 'automotive/vehicle/2.0/types.hal')
-rw-r--r--automotive/vehicle/2.0/types.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal
index 57179dfd6..69b762892 100644
--- a/automotive/vehicle/2.0/types.hal
+++ b/automotive/vehicle/2.0/types.hal
@@ -2215,7 +2215,7 @@ enum VehicleOilLevel : int32_t {
ERROR = 4,
};
-enum VehicleApPowerStateConfigFlag : int32_t /* NOTE: type is guessed */ {
+enum VehicleApPowerStateConfigFlag : int32_t {
/**
* AP can enter deep sleep state. If not set, AP will always shutdown from
* VehicleApPowerState#SHUTDOWN_PREPARE power state.