commit | 5be36da6518cc0707e8cdcdc6382999efcf70f17 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 20 15:21:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 20 15:21:34 2016 +0000 |
tree | bb3c5e356f05da06dea3b3fb9430650e1b3d1945 | |
parent | e8d0ecccf7e54e73418cac94b0b136bfed94d51a [diff] | |
parent | dd895d0adaa691a078f18a95a7f5ac0eaf776cae [diff] |
Decrease OTA package verification times further. am: dd895d0 * commit 'dd895d0adaa691a078f18a95a7f5ac0eaf776cae': Decrease OTA package verification times further. Change-Id: I2d7da4a19c3fc52cae1dedc6e26201fe0f972d37
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