commit | f78467ddeeaad1af94f92e960136209c527420d9 | [log] [tgz] |
---|---|---|
author | Neil Fuller <[email protected]> | Wed Oct 20 12:26:42 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Oct 20 12:26:42 2021 +0000 |
tree | fbf99d7ea7a54fb837f5d92c0c728791412d67a5 | |
parent | af2e348bfac14d73fbe5022ddf137194201d3536 [diff] | |
parent | dcf40ada2e9a6027c5e7851321cfe83dbdff8e23 [diff] |
Update known diffs using geonames 2021-07-29 am: 716cad8834 am: 0b9c8df78e am: c32db41a29 am: dcf40ada2e Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/1864558 Change-Id: Ifaeec9b8d5fee30b8765ce61389e0f8590f1647a
This directory contains code, tools and data for the AOSP reference location time zone provider. Location time zone providers are used for location-based time zone detection on Android. See Android's android.service.timezone.TimeZoneProviderService class for more details.
apex
common
data_pipeline
run-data-pipeline.sh
below.geotz_lookup
tzs2.dat
file. Supports host and device usage.locationtzprovider
geotz_lookup
APIs to obtain the time zone IDs to pass to the platform.output_data
tzs2.dat
file generated by run-data-pipeline.sh
along with the associated license files.s2storage
tzs2.dat
generation on host, and the file's use on host and device. See s2storage/README.md
for format details.tzbb_data
validation
tzs2.dat
file against other data sources.download-tzbb-files.sh
tzbb_data/
from the timezone-boundary-builder project.run-data-pipeline.sh
data_pipeline
data generation pipeline. It takes data from tzbb_data/
, processes it, and puts the resulting tzs2.dat
file in output_data/
.