commit | 7caebae6826c23b9d51a8d74fa6ab6a7d57c61c9 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Thu May 05 22:45:47 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 05 22:45:47 2016 +0000 |
tree | 8526a2538cdf782bb23de6d0b648448b91d93867 | |
parent | 88234ad84b9d1cd4b9360a7835bdf5e37044bec6 [diff] | |
parent | 704cac2f997dd45573593b00e2a266b06e2cc318 [diff] |
Merge "applypatch: Use bsdiff from external/bsdiff." am: 704cac2f99 * commit '704cac2f997dd45573593b00e2a266b06e2cc318': applypatch: Use bsdiff from external/bsdiff. Change-Id: Icd23009cb9dd48b119dcf0f67ecb335b6d79e020
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