commit | f87c7e7585960371daa181b5ca7d9c7a7b848044 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Jan 25 10:07:39 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 25 10:07:39 2022 +0000 |
tree | 4c790c341e98eedb3f315de950424eb2cec4f1ab | |
parent | 88afda30ab754925adc1c4816dcd33ea70f69d84 [diff] | |
parent | 2e0cefc54778da06372aa137f365e032c42fb9e8 [diff] |
Fix licenses and license texts. am: 6e26eee722 am: b86c8ab593 am: 80c8c7e899 am: 2e0cefc547 Original change: https://android-review.googlesource.com/c/platform/packages/modules/GeoTZ/+/1959646 Change-Id: If24fc7c4f6c3f0265375e450f84064ade56e815f
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/
.