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