commit | 2dbd0f4da996e717c111deb027cab7ae46f239b2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 01 21:40:44 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 01 21:40:44 2016 +0000 |
tree | 6375c8f3fe085f5c92c87964573c9e68d6a4b1a7 | |
parent | 8668045bc521dd0975647937347e702398899fc2 [diff] | |
parent | 65f98cbc44d5c37650d250598088772a3958dc71 [diff] |
Merge "Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.""
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