commit | 9944e10643034bb9efcbe86b198a40516e7c5aea | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Nov 09 01:11:30 2016 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Nov 09 01:11:30 2016 -0800 |
tree | f2a483c88c2d37cf55773f2bf80a6cc7e8bbb150 | |
parent | 74e750ed67c78fe51a82c2e9a3e7d105a111c151 [diff] | |
parent | 8aca51296db00ac420521daa382016664d410b05 [diff] |
Merge "recovery: Mount firmware image for MDTP"
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