commit | 089fe38ac5a3f12588cc5728ee11a1b0c6f436f3 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 23 06:56:27 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 23 06:56:27 2016 +0000 |
tree | 2d1a21bd7f62d6732e236c918e99bec9b64210a5 | |
parent | 0d28ba452fb8884f3dfeb20fab193be5343ec29e [diff] | |
parent | a3604da6e17afbf5b98f1eb2c5fc16bde1731b85 [diff] |
Fix integer overflows in recovery procedure. am: 1273956e69 am: 5978a71d29 am: 877dcba47a am: f4ee1720f3 am: cae056f219 am: 682d691052 am: ae68f02272 am: a3604da6e1 * commit 'a3604da6e17afbf5b98f1eb2c5fc16bde1731b85': Fix integer overflows in recovery procedure.
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