commit | 50b793e139cc2b1d479fd3d50ec86975d3b6b19b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 01 00:23:16 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 01 00:23:16 2016 +0000 |
tree | 75677053eaf8b9528b8edaf3cae9dc1b70a0b0de | |
parent | 197e4afea4600599ee18c83428cc25d2ce5fc6ca [diff] | |
parent | d8a518d711f6958c04c28e4ee767121c201f2d9a [diff] |
Merge "Revert "imgdiff: Generate statically linked imgdiff."" am: 59203510eb am: fd49adbdaf am: d8a518d711 * commit 'd8a518d711f6958c04c28e4ee767121c201f2d9a': Revert "imgdiff: Generate statically linked imgdiff." Change-Id: I47db6e16750e4f4c0cfa56b076871fd6729bce48
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