Loading Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ cc_library_static { ], shared_libs: [ "libfusesideload", "librecovery_ui", ], } Loading recovery.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -746,12 +746,6 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri set_retry_bootloader_message(retry_count + 1, args); } if (update_package[0] == '@') { ensure_path_mounted(update_package + 1); } else { ensure_path_mounted(update_package); } bool should_use_fuse = false; if (!SetupPackageMount(update_package, &should_use_fuse)) { LOG(INFO) << "Failed to set up the package access, skipping installation"; Loading tools/image_generator/ImageGenerator.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class ImageGenerator { put("hy", "NotoSansArmenian-Regular"); put("iw", "NotoSansHebrew-Regular"); put("ja", "NotoSansCJK-Regular"); put("ka", "NotoSansGeorgian-Regular"); put("ka", "NotoSansGeorgian-VF"); put("ko", "NotoSansCJK-Regular"); put("km", "NotoSansKhmerUI-Regular"); put("kn", "NotoSansKannadaUI-Regular"); Loading Loading
Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ cc_library_static { ], shared_libs: [ "libfusesideload", "librecovery_ui", ], } Loading
recovery.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -746,12 +746,6 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri set_retry_bootloader_message(retry_count + 1, args); } if (update_package[0] == '@') { ensure_path_mounted(update_package + 1); } else { ensure_path_mounted(update_package); } bool should_use_fuse = false; if (!SetupPackageMount(update_package, &should_use_fuse)) { LOG(INFO) << "Failed to set up the package access, skipping installation"; Loading
tools/image_generator/ImageGenerator.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class ImageGenerator { put("hy", "NotoSansArmenian-Regular"); put("iw", "NotoSansHebrew-Regular"); put("ja", "NotoSansCJK-Regular"); put("ka", "NotoSansGeorgian-Regular"); put("ka", "NotoSansGeorgian-VF"); put("ko", "NotoSansCJK-Regular"); put("km", "NotoSansKhmerUI-Regular"); put("kn", "NotoSansKannadaUI-Regular"); Loading