commit | a61aed2f31c399aba2a15851e15d48c7afc7e5c3 | [log] [tgz] |
---|---|---|
author | caozhiyuan <cao.zhiyuan@zte.com.cn> | Mon Mar 21 19:18:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 21 19:18:11 2016 +0000 |
tree | 6b376880b4917a1f6d14b63757cd1300b27fca44 | |
parent | f5645d83060e815fe4948ed1986bdfa294a8a79a [diff] | |
parent | 9570508c0be67f75553571bed7f4b343a1cc591c [diff] |
Merge "Fix: full ota package larger than 2GB fails to upgrade" am: 867e60d am: 9570508 * commit '9570508c0be67f75553571bed7f4b343a1cc591c': 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