diff options
author | Neil Fuller <nfuller@google.com> | 2017-03-23 14:46:52 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2017-03-27 13:32:59 +0100 |
commit | 8bb9748442e95031f18374e5f584a715832ccda9 (patch) | |
tree | 0a7f8f0e493b2252a53cc16f8ee97f82b8966f96 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 25b6f08ece8fb33b8735567049da9f89f0dc3138 (diff) |
Update settings to use latest IDs for zones
Various zones in timezones.xml were being identified by old
IDs. The settings picker and setup wizard uses the exact
ID when pre-selecting the user's current zone. Since the
autodetection uses the new IDs in places like Buenos
Aires users would not have the correct zone pre-selected
during setup.
Thanks to Marcio Ikeda of LG for the report.
Other legacy IDs found with:
for TZ in `grep 'id=' timezones.xml \
| awk -F\" '{ print $2 }'`; do \
grep ${TZ} ~/Downloads/tzdata2016g/zone.tab > /dev/null; \
if (( $? != 0 )); then echo Bad: ${TZ}; fi; \
done
New IDs found using tzdata NEWS and "backward" file.
Test: Manual testing: selection of the zone in the settings
Bug: 36469833
(cherry picked from commit b4d003da66beb414e8e7fcec94a82a53027dbbfa)
Merged-In: I8c20494a48870cdc600854756061e86db730e14a
Change-Id: I829a70921eb13b763b5446820c87672615f2524d
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions