Home | History | Annotate | only in /system/timezone
Up to higher level directory
NameDateSize
Android.bp06-Dec-2017630
Android.mk06-Dec-201781
distro/06-Dec-2017
download-iana-data.py06-Dec-20173.4K
input_data/06-Dec-2017
output_data/06-Dec-2017
README.android06-Dec-2017702
testing/06-Dec-2017
tzdatacheck/06-Dec-2017
tzdatautil.py06-Dec-20171.1K
update-tzdata.py06-Dec-20176.7K
zone_compactor/06-Dec-2017

README.android

      1 This directory contains tools for time zone updates.
      2 
      3 Data update tools
      4 =================
      5 
      6 download-iana-data.py
      7   - A helper script run before update-tzdata.py.
      8     It downloads the latest tzdata update from IANA and puts it in
      9     the system/timezone/input_data/iana directory for use by the
     10     update-tzdata.py script.
     11 
     12     There are sometimes code and metadata changes associated
     13     with tzdata updates that should be applied to ICU at the same time.
     14     e.g. see http://bugs.icu-project.org/trac/search?q=2015d
     15 
     16 update-tzdata.py
     17   - Regenerates the external/icu and system/timezone/output_data timezone
     18     data files.
     19 
     20     CTS tests for ICU, bionic and libcore should be run before and after.
     21 
     22