commit | 715d8a203a2e7c163bda248ffc4a547c97964b33 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 05 22:58:47 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 05 22:58:47 2016 +0000 |
tree | 23582a18cc8422bf50410636e0d781009a3d976b | |
parent | 9865c55254a1583e18a7e8ac502f2c2143ed8b82 [diff] | |
parent | 6b89aa7662186f940f2ae35d479598601dc28a07 [diff] |
Merge "applypatch: fix memory leaks reported by static analysis." am: 6b89aa7662 * commit '6b89aa7662186f940f2ae35d479598601dc28a07': 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