diff options
author | Steven Moreland <smoreland@google.com> | 2018-09-25 14:44:15 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2018-09-25 14:44:15 -0700 |
commit | 1a6fd42e034daf71390ad1f3c014ccd40cee1ab7 (patch) | |
tree | 064195629e2c0dbf7e8b31b5f60a55d89aae6bd9 /configstore | |
parent | 719d8f80073be2dee056eec6c62108c93d2329a8 (diff) |
configstore: make consistent with AOSP
'rd' -> 'RD' to avoid having a different hash/merge conflicts.
Bug: N/A
Test: hidl-gen -Lcheck android.hardware.configstore@1.0
Test: manually check the hash is the same on AOSP
Change-Id: Id57f21d25bc905859c43f229b9d5b66c0c9d2cfc
Diffstat (limited to 'configstore')
-rw-r--r-- | configstore/1.0/ISurfaceFlingerConfigs.hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configstore/1.0/ISurfaceFlingerConfigs.hal b/configstore/1.0/ISurfaceFlingerConfigs.hal index 0790905e63..1de7570bd2 100644 --- a/configstore/1.0/ISurfaceFlingerConfigs.hal +++ b/configstore/1.0/ISurfaceFlingerConfigs.hal @@ -61,7 +61,7 @@ interface ISurfaceFlingerConfigs { hasWideColorDisplay() generates (OptionalBool value); /** - * hwHdrDisplay indicates that the device has an High Dynamic Range display. + * hwHDRDisplay indicates that the device has an High Dynamic Range display. * A display is considered High Dynamic Range if it * * 1. is a wide color gamut display, typically DCI-P3 or lager |