Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
oem_template/ | 23-Mar-2024 | - | 529 | 154 | ||
src/main/com/android/timezone/data/ | 23-Mar-2024 | - | 337 | 255 | ||
testing/ | 23-Mar-2024 | - | 465 | 304 | ||
Android.bp | D | 23-Mar-2024 | 995 | 29 | 26 | |
Android.mk | D | 23-Mar-2024 | 662 | 16 | 0 | |
OWNERS | D | 23-Mar-2024 | 177 | 6 | 5 | |
README | D | 23-Mar-2024 | 449 | 10 | 7 | |
proguard.cfg | D | 23-Mar-2024 | 72 | 4 | 3 |
README
1This directory contains code associated with the "Time Zone Data" app, which is a mechanism 2for updating time zone rules data on device without needing a full OTA: it is delivered via 3OEM-specific signed .apk files. 4 5The code/files beneath this directory are maintained by Android developers and intended to be 6OEM-independent. 7 8See the oem_template directory for files / directory structures that OEMs are expected to copy 9elsewhere and configure. 10