commit | d72a806ba5b9e0ae307385fc5f1a4a18bfb53280 | [log] [tgz] |
---|---|---|
author | Neil Fuller <[email protected]> | Wed Oct 20 15:55:07 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Oct 20 15:55:07 2021 +0000 |
tree | 5f8eb3a5de36737e8db1be0e3434626726bbfe2d | |
parent | f78467ddeeaad1af94f92e960136209c527420d9 [diff] | |
parent | 164c199ef00a6f6763fba000f339731259154bd2 [diff] |
Adjust OWNERS to reflect new ownership am: 61b83166ac am: 51d7f602a8 am: 1e3ac9ab8a am: 164c199ef0 Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/1864560 Change-Id: I6a3dce6256e4820c08e280d76c46af4bae183914
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/
.