commit | 23bb1d210d2f08d6789fefa69aa3b70714164983 | [log] [tgz] |
---|---|---|
author | Adam Buchbinder <abuchbinder@google.com> | Wed Jun 01 19:03:06 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 01 19:03:06 2016 +0000 |
tree | d051e96cadcdb1adfdf9a4834ede2b684524f882 | |
parent | d8a518d711f6958c04c28e4ee767121c201f2d9a [diff] | |
parent | 11c794b1a7b02d074367f4c8d1f2017f8ac7d8e9 [diff] |
Merge "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector." am: a8850710e5 am: 11c794b1a7 * commit '11c794b1a7b02d074367f4c8d1f2017f8ac7d8e9': Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector. Change-Id: Ie3b21e9b2288011bcf9d3bac12aed3db831b410e
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