commit | a3b8ce8b39e87aac60f89ab9e22e418ef8d25252 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 01 22:15:54 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 01 22:15:54 2016 +0000 |
tree | 6375c8f3fe085f5c92c87964573c9e68d6a4b1a7 | |
parent | 2dbd0f4da996e717c111deb027cab7ae46f239b2 [diff] | |
parent | 68fe0be25e277668ebd60a034dd46e3be6f3a837 [diff] |
Merge "Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."" am: c96c9881a6 am: a7fca9402d am: e13a690c16 am: 68fe0be25e * commit '68fe0be25e277668ebd60a034dd46e3be6f3a837': Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector." Change-Id: I11c76ffe7bc4ed7892315619490aea8c3750e86b
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