commit | 81f13d0e7dc1b8aac7bd07b9e423ee964db0d819 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 15 16:58:10 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 15 16:58:10 2016 +0000 |
tree | 499c437c1f6df57aeb3a2af1d589f819016c1ba8 | |
parent | 6fa5fa91bf1439e6c5070f3aee9b447f995882c1 [diff] | |
parent | b30c6f690a293f4b4107a739b8ab69b2e39e379a [diff] |
Merge "Define the Bootloader Control A/B structure" am: e6af522 am: b30c6f6 * commit 'b30c6f690a293f4b4107a739b8ab69b2e39e379a': Define the Bootloader Control A/B structure Change-Id: I7f57d76054923aebee66573a6b2b0ca6f10b468b
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