commit | f90090d4298e3a3a89f24a76199a93838b08db89 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue May 31 22:54:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 31 22:54:09 2016 +0000 |
tree | 95b4e7e0a80d7b6a25432216f6ead4ee9b01dab2 | |
parent | 3f6eb86390e27707d1204e60e33b6a41e88f0dc8 [diff] | |
parent | a83b798c57e10301bca4486ca42e0cabaee5d188 [diff] |
Merge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc am: a83b798c57 * commit 'a83b798c57e10301bca4486ca42e0cabaee5d188': imgdiff: Generate statically linked imgdiff. Change-Id: Ib51333ea8a0d3d533777198a58ea987af31ebed4
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