summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-12-29 01:23:23 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-12-29 01:23:23 +0100
commitcca4528dacac5d6b43e47c6fb9330d7ec6987933 (patch)
tree4b466d28ddc952112215431aefbfa4879c19ab97 /tools
parentMerge "minui: fix mem leakage issue" am: d694016206 am: ebfe03631c (diff)
parentMerge "Add doc for image_generator" am: 40d4bc9e19 (diff)
downloadandroid_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar.gz
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar.bz2
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar.lz
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar.xz
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.tar.zst
android_bootable_recovery-cca4528dacac5d6b43e47c6fb9330d7ec6987933.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/image_generator/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/image_generator/README.md b/tools/image_generator/README.md
index 5d70354e4..1230ad510 100644
--- a/tools/image_generator/README.md
+++ b/tools/image_generator/README.md
@@ -19,3 +19,13 @@ emulators with different dpi.
4. `resourceDirectory`: The resource directory that contains all the translated
strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
5. `outputFilename`: Path to the generated image.
+
+# Locales
+Supported locales and background texts are located in
+[tools/recovery_l10n/res/](../recovery_l10n/res/values). For each background text, the tool renders
+a localized image for every supported locale.
+
+Each individual localized image contains an encoded locale header string, and the rendered
+background text. The locale header string is generated by `Locale.forLanguageTag`. And sample
+result include `en-US`, `zh-CN`, etc. These individual images are then concatenated together to
+form the final resource image that locates in res/images, e.g. `install_text.png`