Merge tag 'android-11.0.0_r16' into android-10.0

Android 11.0.0 release 16 - twrp bringup patch
This commit is contained in:
bigbiff
2020-12-16 19:06:18 -05:00
250 changed files with 31359 additions and 4187 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ int OpenRecoveryScript::run_script_file(void) {
gui_msg("start_sideload=Starting ADB sideload feature...");
Device::BuiltinAction reboot_action = Device::REBOOT_BOOTLOADER;
ret_val = ApplyFromAdb("/", &reboot_action);
ret_val = twrp_sideload("/", &reboot_action);
if (ret_val != 0) {
if (ret_val == -2)
gui_err("need_new_adb=You need adb 1.0.32 or newer to sideload to this device.");