commit | 2b27479adfdd43ce6bda3f8ef114e8a90e7980c7 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Nov 11 02:14:32 2016 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Fri Nov 11 02:14:32 2016 -0700 |
tree | f2a483c88c2d37cf55773f2bf80a6cc7e8bbb150 | |
parent | 5c81cc1181ed7ae7d04b77ee23c6daddce6839af [diff] | |
parent | 9944e10643034bb9efcbe86b198a40516e7c5aea [diff] |
Promotion of android-framework.lnx.2.0-00018. CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 1082760 I28aa99c69c31aa4cfe01bf6854de78b170d75bdb recovery: Workaround to enable update via sdcard on UFS 1074574 Icdf8bddcd593e14edaed8f82d937f3adc654ed0a recovery: Mount firmware image for MDTP Change-Id: If237fc31c7c5fec74214656c71dfdaf310cb6975 CRs-Fixed: 1082760, 1074574
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