diff options
author | 2017-01-23 16:58:08 -0800 | |
---|---|---|
committer | 2017-01-23 17:10:36 -0800 | |
commit | 3119ff0fec5bab08b1e9ee04668a0329eba286e9 (patch) | |
tree | 7d671f8e9c0c1479e6f00103bd2644f4aecb3503 /include/android/configuration.h | |
parent | 3af04372a47bb4771f7e9c00a30ccf9344aa1914 (diff) |
Rename colorimetry to color mode
This API was introduced in O
Bug: 32984164
Test: compile
Change-Id: Ia58bc52d79ea746ad2feabafad326c90f385ee0a
Diffstat (limited to 'include/android/configuration.h')
-rw-r--r-- | include/android/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index c9f63aee7d..628733231a 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -465,7 +465,7 @@ enum { * <a href="@dacRoot/guide/topics/resources/providing-resources.html#WideColorGamutQualifier">wide color gamut</a> * and <a href="@dacRoot/guide/topics/resources/providing-resources.html#HDRQualifier">HDR</a> configurations. */ - ACONFIGURATION_COLORIMETRY = 0x10000, + ACONFIGURATION_COLOR_MODE = 0x10000, /** * Constant used to to represent MNC (Mobile Network Code) zero. * 0 cannot be used, since it is used to represent an undefined MNC. |