commit | 867e60db16d2ec687a12e525cf26f203da8396b2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Mar 21 18:59:31 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 21 18:59:31 2016 +0000 |
tree | fe047a32d72c76c21adc56dd0aefaa182bde1884 | |
parent | 38234f4bef8b70d985c09224e6d7752d71400f23 [diff] | |
parent | 2584f9c24dcc86f23775e3b6c178ab41605d6d75 [diff] |
Merge "Fix: full ota package larger than 2GB fails to upgrade"
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