commit | 51265b64a01abfd14804d0b9a0c92c1ca8725317 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jun 16 18:12:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 16 18:12:11 2016 +0000 |
tree | 344912bf7b792cac62ea854f48724841767cd81a | |
parent | 24488eb7dbb70fedaba778c569b577249ce6b0cf [diff] | |
parent | 93110c767f7664652e093738a087e4cf6b21ea67 [diff] |
Check the results from applypatch am: 31f8cc84cf am: 93110c767f Change-Id: I77be6c0fb2d26e5af1eef5cb3c14df20f964f7fa
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