commit | 70efe4816a8c9bd502f68f19aea791d2b6cad7cb | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Thu Mar 07 09:54:57 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 07 09:54:57 2024 +0000 |
tree | b6ab6623a875772cd4fd1ab0c610f7cf58a113f0 | |
parent | 6e5b9064a3747f3c914e3bd7908f9f85f3fd4ac9 [diff] | |
parent | 0257550edb3a5f4694f81a06b9b3bb774e543cc1 [diff] |
[automerger skipped] Merge Android 14 QPR2 to AOSP main am: 0257550edb -s ours am skip reason: Merged-In I4145ae54f9fc57d93dac0a8e9903c0e7982bede0 with SHA-1 6e5b9064a3 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/2990916 Change-Id: I75a0e1bec1a5e6ee1ef2fefa9deb1dd5744ff1b2 Signed-off-by: Automerger Merge Worker <[email protected]>
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 details.tzs2storage
tzs2.dat
generation on host, and the file's use on host and device. See tzs2storage/README.md
for 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/
.