commit | d278009ffe6872bd7c572a872f27215db5bbd9a5 | [log] [tgz] |
---|---|---|
author | Neil Fuller <[email protected]> | Tue Nov 21 15:23:19 2023 +0000 |
committer | Android Build Cherrypicker Worker <[email protected]> | Tue Nov 21 15:23:19 2023 +0000 |
tree | 9cea23430578345e2575f848642fdd7aba3a416e | |
parent | 63db42d417de97f4e735fe0937f669087db6b930 [diff] |
Rearrange tooling package structure Rearrange tooling package structure to better support additional usages of block code. Also fixes some lint issues. Bug: 312242276 Test: Treehugger (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a284d290a1b70c5f5e2992208a49f2706f3afdf4) Merged-In: I8b8ce2587822aad70571679b3bd81860a15dc521 Change-Id: I8b8ce2587822aad70571679b3bd81860a15dc521
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/
.