commit | dd895d0adaa691a078f18a95a7f5ac0eaf776cae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 19 15:24:38 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 19 15:24:38 2016 -0700 |
tree | bb3c5e356f05da06dea3b3fb9430650e1b3d1945 | |
parent | e8d0ecccf7e54e73418cac94b0b136bfed94d51a [diff] |
Decrease OTA package verification times further. Timing from Nexus 5X: 89 MiB OTA update package: 1.4 s -> 0.6 s (decreased by 57%) 1196 MiB OTA update package: 8.0 s -> 7.5 s (decreased by 6%) Bug: http://b/28135231 Change-Id: Id91f2ad15df2bffb9f8a4b4ec5a57657a02847ec
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test