commit | dcf40ada2e9a6027c5e7851321cfe83dbdff8e23 | [log] [tgz] |
---|---|---|
author | Neil Fuller <[email protected]> | Wed Oct 20 12:09:44 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Oct 20 12:09:44 2021 +0000 |
tree | fbf99d7ea7a54fb837f5d92c0c728791412d67a5 | |
parent | b7df5ca3ec4c2050f656dfde2213f307e01fc6be [diff] | |
parent | c32db41a2992c9023c91a858bd4b1c502a06e807 [diff] |
Update known diffs using geonames 2021-07-29 am: 716cad8834 am: 0b9c8df78e am: c32db41a29 Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/1864558 Change-Id: I5dec5daf5c056d54368791bd134426b5f0dcbbb1
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/
.