commit | b4422bd76952be4321cfbce3220bcb4fd41b5154 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon May 30 21:53:11 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon May 30 21:53:11 2016 -0700 |
tree | 1c2e4c7ecdc0676c558efcb3a1f0ca92ce2808c2 | |
parent | 3788001b2c8a37e4111c9bc584a18a52664c2a88 [diff] |
imgdiff: Generate statically linked imgdiff. Bug: 28941046 Change-Id: If3019d8cff91fd4f6fa4516bef5a0f51c2ddebc7
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