Merge "Merge Android R"
This commit is contained in:
commit
2172474d50
3 changed files with 1 additions and 8 deletions
|
@ -96,7 +96,6 @@ cc_library_static {
|
|||
],
|
||||
|
||||
shared_libs: [
|
||||
"libfusesideload",
|
||||
"librecovery_ui",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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…
Reference in a new issue