| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 1 | This directory contains code, tools and data related to time zone rules data | 
|  | 2 | and updates. | 
| Neil Fuller | 86e72c5 | 2017-06-12 15:36:06 +0100 | [diff] [blame] | 3 |  | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 4 | Directory structure | 
|  | 5 | =================== | 
|  | 6 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 7 | apex | 
|  | 8 | - Code related to the Android time zone update APEX file that can be used | 
|  | 9 | to update time zone rules on Android devices. | 
|  | 10 |  | 
|  | 11 | debug_tools | 
|  | 12 | - Contains tools useful for debugging time zone issues on Android devices. | 
|  | 13 |  | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 14 | distro | 
|  | 15 | - Code related to "distros", the collection of files that can be used to | 
|  | 16 | update time zone rules on Android devices. See distro/README for details. | 
|  | 17 |  | 
|  | 18 | input_data | 
|  | 19 | - Contains files that provide inputs to the time zone rules update process. | 
|  | 20 | Some files come from external sources and some are mastered in Android. | 
|  | 21 | See also download-iana-data.py. | 
|  | 22 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 23 | input_tools | 
|  | 24 | - Contains tools that generate Android time zone files. | 
|  | 25 |  | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 26 | output_data | 
|  | 27 | - Contains some derived files from the time zone rules update process and | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 28 | used in the Android system image, distros and APEX files. Some files are | 
|  | 29 | also held by ICU - see also update-tzdata.py | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 30 |  | 
|  | 31 | testing | 
|  | 32 | - Contains tools and scripts related to testing time zone update code. See | 
|  | 33 | testing/data/README for details. | 
|  | 34 |  | 
|  | 35 | tzdatacheck | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 36 | - This is for the "time zone updates via APK" feature. | 
|  | 37 | Source code for a binary executed during boot and used to ensure that a | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 38 | device doesn't boot with incompatible/outdated time zone data installed | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 39 | in /data (as could happen if the device has just received an OTA upgrade). | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 40 | It is also responsible for committing staged install/uninstalls. | 
|  | 41 |  | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 42 |  | 
|  | 43 |  | 
|  | 44 | Data file update tools | 
|  | 45 | ====================== | 
| Neil Fuller | 86e72c5 | 2017-06-12 15:36:06 +0100 | [diff] [blame] | 46 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 47 | download-iana-files.py | 
| Neil Fuller | 56166d3 | 2017-06-12 12:57:10 +0100 | [diff] [blame] | 48 | - A helper script run before update-tzdata.py. | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 49 | It downloads the latest tzdata and/or tzcode files from IANA and puts them | 
|  | 50 | in the input_data/iana and input_tools/iana directories for use by the | 
|  | 51 | update-tzdata.py script. See download-iana-files.py --help for more. | 
| Neil Fuller | 56166d3 | 2017-06-12 12:57:10 +0100 | [diff] [blame] | 52 |  | 
| Neil Fuller | 56166d3 | 2017-06-12 12:57:10 +0100 | [diff] [blame] | 53 | update-tzdata.py | 
| Neil Fuller | 35467e1 | 2017-06-12 16:55:44 +0100 | [diff] [blame] | 54 | - Regenerates the external/icu and system/timezone/output_data timezone | 
|  | 55 | data files. | 
| Neil Fuller | 56166d3 | 2017-06-12 12:57:10 +0100 | [diff] [blame] | 56 |  | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 57 | See update instructions below for how these tools are used. | 
|  | 58 |  | 
|  | 59 | IANA rules data changes | 
|  | 60 | ======================= | 
|  | 61 |  | 
|  | 62 | When IANA release new time zone rules, the update process is: | 
|  | 63 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 64 | 1) Run "download-iana-files.py --data" to update the input_data/iana file. | 
|  | 65 | 2) Make manual modifications to input_data/android files as needed. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 66 | 3) There are sometimes code and metadata changes associated with tzdata updates | 
|  | 67 | that should be applied to Android's copy of ICU. | 
|  | 68 | e.g. see http://bugs.icu-project.org/trac/search?q=2015d | 
|  | 69 | 4) Run update-tzdata.py to regenerate the system/timezone/output_data, | 
| Neil Fuller | 6a49edb | 2017-11-24 13:59:32 +0000 | [diff] [blame] | 70 | system/timezone/testing/data, external/icu runtime files and testing equivalents. | 
| Neil Fuller | 45b6b1b | 2017-10-24 12:14:00 +0100 | [diff] [blame] | 71 | 5) Build/flash a device image with the changes and run CTS: | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 72 | cts-tradefed | 
|  | 73 | run cts -m CtsLibcoreTestCases | 
|  | 74 | run cts -m CtsIcuTestCases | 
|  | 75 | (And any others that you think may have been affected) | 
| Neil Fuller | 45b6b1b | 2017-10-24 12:14:00 +0100 | [diff] [blame] | 76 | 6) Upload, review, submit the changes from external/icu and system/timezone. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 77 |  | 
|  | 78 | REMINDER: Any prebuilt apks of OEM-specific time zone data apps .apk files | 
|  | 79 | (i.e. ones that that contain distro files) will also need to be regenerated | 
|  | 80 | with a new version code / string and any OEM-specific tests should be run. | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 81 | APEX files containing time zone data files will also need to be regenerated. | 
|  | 82 |  | 
|  | 83 | IANA tools changes | 
|  | 84 | ================== | 
|  | 85 |  | 
|  | 86 | Occasionally it might be necessary / desirable to update the version of zic | 
|  | 87 | used to generate Android's tzdata file. For example, if IANA introduce new | 
|  | 88 | syntax to the text rules files (e.g. asia, north_america, etc.) or adds useful | 
|  | 89 | command-line arguments to zic. This should be needed very rarely. | 
|  | 90 |  | 
|  | 91 | It is recommended that this is done independently of a data update to help | 
|  | 92 | isolate unexpected changes to behavior. | 
|  | 93 |  | 
|  | 94 | Note that updating the version of zic used to create the tzdata file is | 
|  | 95 | independent of the copy of zic used by ICU. Also, bionic contains | 
|  | 96 | a copy of tzcode (e.g. localtime.c) which is based on yet another IANA | 
|  | 97 | release so compatibility and consistency is a consideration. | 
|  | 98 |  | 
|  | 99 | The steps for updating IANA tools are similar to updating IANA data except | 
|  | 100 | you can use "download-iana-files.py --tools" instead of "--data" and testing | 
|  | 101 | should be more rigorous. | 
|  | 102 |  | 
|  | 103 | REMINDER: As above, having updated the tooling then all binaries that contain | 
|  | 104 | tzdata should also be regenerated. e.g. APK and APEX files. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 105 |  | 
|  | 106 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 107 | Time Zone Data Set Versioning | 
|  | 108 | ============================= | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 109 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 110 | Android needs various files to be updated to take a time zone data update. | 
|  | 111 | These files come from various sources and we needed a concise shorthand | 
|  | 112 | to indicate compatibility between a set of files and an Android release. This is | 
|  | 113 | known as the "Time Zone Data Set Version". Currently we expect to increment this | 
|  | 114 | version with every dessert release, though this may change in future. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 115 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 116 | The idea of a single version to describe time zone data updates was first | 
|  | 117 | introduced in O-MR1 with the concept of a "distro" which could be delivered by | 
|  | 118 | an APK. The Android time zone "distro" is a zip archive containing the files | 
|  | 119 | needed to update a device's time zone rules by overlaying files into locations | 
|  | 120 | in /data. See distro/ for details. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 121 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 122 | The "distro" concept will be removed in a future release of Android as it is | 
|  | 123 | being replaced by an APEX file containing the same data. As the APEX contains | 
|  | 124 | the same files we continue to use a shorthand version code. See apex/ for | 
|  | 125 | details. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 126 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 127 | Time Zone Data Set Versions have a major and minor version number: | 
|  | 128 |  | 
|  | 129 | - Major version numbers are mutually incompatible. e.g. v2 is not compatible | 
|  | 130 | with a v1 or a v3 device. | 
|  | 131 | - Minor version numbers are backwards compatible. e.g. a v2.2 distro will work | 
|  | 132 | on a v2.1 device but not a v2.3 device. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 133 | - The minor version is reset to 1 when the major version is incremented. | 
|  | 134 |  | 
|  | 135 | The most obvious/common change that can occur between Android releases is an | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 136 | ICU upgrade, which currently requires a major version increment: Android uses | 
|  | 137 | the ICU4C's native file format for both ICU4C and ICU4J time zone code which is | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 138 | tied to the ICU major version. The main .dat file used by ICU is held in | 
|  | 139 | external/icu and will naturally be updated when ICU is updated. Less obviously, | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 140 | the time zone data set version code and files must be updated as well. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 141 |  | 
|  | 142 | Other examples of changes that affect format versioning: | 
|  | 143 |  | 
|  | 144 | Major version increment: | 
|  | 145 | - A non-backwards compatible change to the tzdata or tzlookup.xml files used | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 146 | by bionic / com/android/i18n/timezone code. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 147 | - Removal of an existing file from the distro. | 
|  | 148 |  | 
|  | 149 | Minor version increment: | 
|  | 150 | - Backwards compatible changes: | 
|  | 151 | - A new file in the distro. | 
|  | 152 | - Additional required data in an existing file (e.g. a backwards compatible | 
|  | 153 | change to tzdata / tzlookup.xml). | 
|  | 154 |  | 
|  | 155 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 156 | Changing the Time Zone Data Set Version | 
|  | 157 | --------------------------------------- | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 158 |  | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 159 | 1) Modify android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/TzDataSetVersion.java | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 160 | - CURRENT_FORMAT_MAJOR_VERSION, CURRENT_FORMAT_MINOR_VERSION | 
| Neil Fuller | 231c68c | 2018-11-28 22:37:30 +0000 | [diff] [blame] | 161 | 2) Run update-tzdata.py to regenerate the system/timezone/output_data, | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 162 | system/timezone/testing/data, external/icu runtime files and testing equivalents. | 
|  | 163 | 3) Build/flash a device image with the changes and run CTS tests: | 
|  | 164 | atest CtsHostTzDataTests | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 165 | atest CtsIcuTestCases | 
| Neil Fuller | 231c68c | 2018-11-28 22:37:30 +0000 | [diff] [blame] | 166 | 4) Run non-CTS test cases: | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 167 | atest FrameworksServicesTests:com.android.server.timezone | 
| Neil Fuller | 9e7b2d8 | 2020-07-20 13:18:47 +0100 | [diff] [blame] | 168 | 5) Upload, review, submit the changes from system/timezone and external/icu/. | 
| Neil Fuller | 3830d70 | 2017-08-18 17:03:59 +0100 | [diff] [blame] | 169 |  | 
| Neil Fuller | 9bfe712 | 2019-04-16 15:11:59 +0100 | [diff] [blame] | 170 | REMINDER: Any prebuilt apks / apex files (i.e. ones that that contain time zone files) | 
|  | 171 | will also need to be regenerated after this change. | 
| Neil Fuller | 86e72c5 | 2017-06-12 15:36:06 +0100 | [diff] [blame] | 172 |  |