diff options
author | Neil Fuller <nfuller@google.com> | 2017-03-23 14:46:52 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2017-03-23 15:10:27 +0000 |
commit | b4d003da66beb414e8e7fcec94a82a53027dbbfa (patch) | |
tree | 48f20d946fd3961811d9fdb60cd77c191f04aed7 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 503b5cccd72e81a317bf7bad647534f115f5d962 (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
Change-Id: I8c20494a48870cdc600854756061e86db730e14a
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions