commit | b30c6f690a293f4b4107a739b8ab69b2e39e379a | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Fri Apr 15 16:55:02 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 15 16:55:02 2016 +0000 |
tree | 33719c1dd33ad1d447a47012e6d5ef1acace7424 | |
parent | 2bf95acf7a540ba5d521b48baf520c3354ae32e1 [diff] | |
parent | e6af5228aa47300e4fe96a0f5068bb344c4b268d [diff] |
Merge "Define the Bootloader Control A/B structure" am: e6af522 * commit 'e6af5228aa47300e4fe96a0f5068bb344c4b268d': Define the Bootloader Control A/B structure Change-Id: I8a66fe124a0c18818485a9e73e742108b3c9d80a
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