commit | e6af5228aa47300e4fe96a0f5068bb344c4b268d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 15 16:51:14 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 15 16:51:14 2016 +0000 |
tree | 33719c1dd33ad1d447a47012e6d5ef1acace7424 | |
parent | 62e6637f8bfad588ff0b3c72beacab5c079db203 [diff] | |
parent | b3bf958d4ff4e1f2c58cde8da630b77cc532b44a [diff] |
Merge "Define the Bootloader Control A/B structure"
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