commit | e13a690c16a08fbcbcb13c4f271f24fc259f49b3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 01 21:50:49 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 01 21:50:49 2016 +0000 |
tree | 5a72c44e196d110faa67a127da1364f89a43b612 | |
parent | 23bb1d210d2f08d6789fefa69aa3b70714164983 [diff] | |
parent | a7fca9402d9ee6dae80cae8bdafe9f7e0ed5e5e1 [diff] |
Merge "Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."" am: c96c9881a6 am: a7fca9402d * commit 'a7fca9402d9ee6dae80cae8bdafe9f7e0ed5e5e1': Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector." Change-Id: I4075fd84e12f48c2178ab21b78dc3efc7621a6c8
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