commit | 6b89aa7662186f940f2ae35d479598601dc28a07 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 05 22:54:36 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 05 22:54:36 2016 +0000 |
tree | 9d174f1c2cc75d239d0034853f372f590085c24d | |
parent | 38b02cc6a097e6356f2369fc2b23c8c8a893e3ff [diff] | |
parent | d483c20a7e459bd2f8e5e134355a923282175977 [diff] |
Merge "applypatch: fix memory leaks reported by static analysis."
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