commit | 164c199ef00a6f6763fba000f339731259154bd2 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Wed Oct 20 15:39:36 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 20 15:39:36 2021 +0000 |
tree | 5f8eb3a5de36737e8db1be0e3434626726bbfe2d | |
parent | dcf40ada2e9a6027c5e7851321cfe83dbdff8e23 [diff] | |
parent | 1e3ac9ab8ac518d444dffb0fd4212b2a333e0b26 [diff] |
Adjust OWNERS to reflect new ownership am: 61b83166ac am: 51d7f602a8 am: 1e3ac9ab8a Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/1864560 Change-Id: Ifd8fcfd80fa33c40a1c566744c05e1def1da6cf7
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/
.