commit | 825b06e488bd76790785282e22ffbd91a66f2973 | [log] [tgz] |
---|---|---|
author | Brian Duddie <bduddie@google.com> | Wed Jul 17 16:18:52 2024 +0000 |
committer | Brian Duddie <bduddie@google.com> | Wed Jul 17 16:19:36 2024 +0000 |
tree | cefe698b8d12523a71b1c159c53c50507008e24c | |
parent | aded465daf86568c6e87ed6b1ea00998a237ee3a [diff] |
Clarify comment for DEVICE_PRIVATE_BASE Fixes: 353712688 Test: n/a, comment change only Change-Id: Id61bcee7f6bea5c376d0c650ef17f79cc2789f08
diff --git a/sensors/aidl/android/hardware/sensors/SensorType.aidl b/sensors/aidl/android/hardware/sensors/SensorType.aidl index 9098894..4904c3f 100644 --- a/sensors/aidl/android/hardware/sensors/SensorType.aidl +++ b/sensors/aidl/android/hardware/sensors/SensorType.aidl
@@ -718,8 +718,8 @@ HEADING = 42, /** - * Base for device manufacturers private sensor types. - * These sensor types can't be exposed in the SDK. + * Base of the range reserved for device manufacturers' private sensor + * types. These sensor types aren't documented in the SDK. */ DEVICE_PRIVATE_BASE = 0x10000, }