commit | 80563ee93a46479dfa30a1ee5fbcc9a94e528931 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 23 06:46:45 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 23 06:46:45 2016 +0000 |
tree | 8104f0d418e0a91939dc401df479c1756ce15bfb | |
parent | 842f2d8ccf4a5675b30a85e41aa3c391195e644b [diff] | |
parent | 0d28ba452fb8884f3dfeb20fab193be5343ec29e [diff] |
resolve merge conflicts of e5d3d15cd2 to nyc-dev am: 0d28ba452f * commit '0d28ba452fb8884f3dfeb20fab193be5343ec29e': 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