| Index: src/ports/SkFontMgr_android_parser.cpp | 
| diff --git a/src/ports/SkFontMgr_android_parser.cpp b/src/ports/SkFontMgr_android_parser.cpp | 
| index 29ea52523dc25d4e9d2ef6a434369409c7a450dc..1d1a3b7ddb67236b8f3c9d2e76e29bc625c8f5aa 100644 | 
| --- a/src/ports/SkFontMgr_android_parser.cpp | 
| +++ b/src/ports/SkFontMgr_android_parser.cpp | 
| @@ -663,11 +663,6 @@ static void append_fallback_font_families_for_locale(SkTDArray<FontFamily*>& fal | 
| const char* dir, | 
| const SkString& basePath) | 
| { | 
| -#if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) | 
| -    // The framework is beyond Android 4.2 and can therefore skip this function | 
| -    return; | 
| -#endif | 
| - | 
| SkAutoTCallIProc<DIR, closedir> fontDirectory(opendir(dir)); | 
| if (nullptr == fontDirectory) { | 
| return; | 
|  |