commit | 5f3982056d7ea7695faf94d592d60b73dbc7f992 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 13 18:02:46 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 13 18:02:46 2016 +0000 |
tree | e15ab2ab8414977d764378194b3f2ad992dcace3 | |
parent | f3d3dca01d1760750c8649130ab3a21d4fd0756b [diff] | |
parent | 1b1a4edb4bc102706d6171901bb15f623adf2d2e [diff] |
Merge "edify: Some clean-ups to libedify." am: c5b4b71913 am: 039e9dc5ca am: bd16939bbf am: 1b1a4edb4b Change-Id: Idc74e9e549fe61c8b3bb566579821660ecf459c4
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