summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-07-29 02:27:34 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-07-29 02:27:34 +0200
commitf136e71f7aef5ced324c6534f395c91b35f1af12 (patch)
treea8cab1ad83339605a63bed24cfe279c82895bddb /minui/minui.h
parentMerge \\\\"Regenerate the background text with pngcrush\\\\" am: 7b6263960f am: c6d607f6ba am: a26823d96d (diff)
parentMerge \\\"Add docs on regeneration background text image\\\" am: 5aa2e104c0 am: b02a58740e (diff)
downloadandroid_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar.gz
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar.bz2
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar.lz
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar.xz
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.tar.zst
android_bootable_recovery-f136e71f7aef5ced324c6534f395c91b35f1af12.zip
Diffstat (limited to 'minui/minui.h')
-rw-r--r--minui/minui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/minui/minui.h b/minui/minui.h
index cddfe77f3..5362d3fe3 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -113,8 +113,8 @@ int res_create_alpha_surface(const char* name, GRSurface** pSurface);
// given locale. The image is expected to be a composite of multiple
// translations of the same text, with special added rows that encode
// the subimages' size and intended locale in the pixel data. See
-// development/tools/recovery_l10n for an app that will generate these
-// specialized images from Android resources.
+// bootable/recovery/tools/recovery_l10n for an app that will generate
+// these specialized images from Android resources.
int res_create_localized_alpha_surface(const char* name, const char* locale,
GRSurface** pSurface);