diff options
author | Damien Bargiacchi <drb@google.com> | 2016-10-28 17:38:22 -0700 |
---|---|---|
committer | Damien Bargiacchi <drb@google.com> | 2016-10-28 18:04:48 -0700 |
commit | 9071db1d370573bad80f127898e34066f56c4e64 (patch) | |
tree | 896bf13aa091dc6142ede8d76dfe507497dcda72 /cmds/bootanimation/BootAnimation.h | |
parent | 6affbde5560921b0d4a83c30d98fdca208fea7ef (diff) |
Allow boot clock to be toggled between 12 and 24 hour format
Bug: 32461548
Change-Id: I414192e6d9f3ae44267f4a360e35647f18c420b4
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index 42759f1acf0d..7a2e4c28f767 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -152,6 +152,7 @@ private: sp<Surface> mFlingerSurface; bool mClockEnabled; bool mTimeIsAccurate; + bool mTimeFormat12Hour; bool mSystemBoot; String8 mZipFileName; SortedVector<String8> mLoadedFiles; |