commit | 8668045bc521dd0975647937347e702398899fc2 | [log] [tgz] |
---|---|---|
author | Adam Buchbinder <abuchbinder@google.com> | Wed Jun 01 20:06:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 01 20:06:53 2016 +0000 |
tree | 44189764e8e135573649f89c935d796b58e3d4bd | |
parent | 2df6545e56f11502128dec115e0e9848c34e138f [diff] | |
parent | 150c500641a835153f6e707d451001cb122b6019 [diff] |
Merge "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector." am: a8850710e5 am: 11c794b1a7 am: 23bb1d210d am: 150c500641 * commit '150c500641a835153f6e707d451001cb122b6019': Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector. Change-Id: I9e3a208ca982be5332e4e05cb2985593b336c9a4
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