commit | dc1393d09bcc09ae246cd46b2248d9401605d0f5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jun 13 16:43:44 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 13 16:43:46 2016 +0000 |
tree | 7333987a2c1fbb4bfa38ce8642fcdc0e82ca80bf | |
parent | dcf108977150f8b35369b90acf8716af066009fe [diff] | |
parent | 108ab21b215ff3a775a08f6fbb773ddf266f65e8 [diff] |
Merge "recovery: Track the name change for wipe_ab." into nyc-mr1-dev
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