commit | 71c657a10e39cc99b718fd88784c1437c10fb79e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Feb 11 00:41:52 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 11 00:41:52 2016 +0000 |
tree | db80ceb33f745ee7fe076d0d58ce33aa18a7ff47 | |
parent | 704320650308bcdf43580b46aeba3af35c4ec92d [diff] | |
parent | 4425c1d960234ae5db904b199ccf39c4ec64b37f [diff] |
Merge "Fix some memory leaks."
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