From 9a259772ccf1e9708baecc559323ac5b6229e954 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Thu, 28 Jul 2016 14:15:00 -0700 Subject: Add docs on regeneration background text image Also add a missing string in the recovery_l10n APP. Bug: 30415666 Change-Id: Ice2a9f7cad4ebe332b427bc0c7a9adccb6cf3af3 --- minui/minui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minui') diff --git a/minui/minui.h b/minui/minui.h index b2648fb33..d572205f3 100644 --- a/minui/minui.h +++ b/minui/minui.h @@ -111,8 +111,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); -- cgit v1.2.3