Merge "Move /system dependency on tz_version to bionic"

This commit is contained in:
Neil Fuller 2019-04-29 12:59:32 +00:00 committed by Gerrit Code Review
commit f5eaea32b6
2 changed files with 7 additions and 5 deletions

View file

@ -193,10 +193,9 @@ build your device drivers, you shouldn't modify bionic. Instead use
## Updating tzdata ## Updating tzdata
This is fully automated (and these days handled by the libcore team, because This is handled by the libcore team, because they own icu, and that needs to be
they own icu, and that needs to be updated in sync with bionic): updated in sync with bionic). See
[system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/master/README.android).
1. Run update-tzdata.py in external/icu/tools/.
## Verifying changes ## Verifying changes

View file

@ -1578,7 +1578,10 @@ cc_library {
], ],
}, },
required: ["tzdata"], required: [
"tzdata",
"tz_version", // Version metadata for tzdata to help debugging.
],
// Leave the symbols in the shared library so that stack unwinders can produce // Leave the symbols in the shared library so that stack unwinders can produce
// meaningful name resolution. // meaningful name resolution.