commit | a67ae8884a85a97f950fa4e4e92a0ca772d634f7 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Mon Apr 29 11:52:25 2024 -0700 |
committer | Xin Li <[email protected]> | Mon Apr 29 11:52:25 2024 -0700 |
tree | b6ab6623a875772cd4fd1ab0c610f7cf58a113f0 | |
parent | 70efe4816a8c9bd502f68f19aea791d2b6cad7cb [diff] | |
parent | 77ec28bfd9e0ff5cdfe30578edcc161fafca12bf [diff] |
Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future Bug: 337098550 Merged-In: I75a0e1bec1a5e6ee1ef2fefa9deb1dd5744ff1b2 Change-Id: If781a32bec0e1dfd0d87808f682108db435598fb
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/
.