commit | 6fafcda3ef16166b7583cc933999e1498b56d2fd | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Dec 06 00:34:01 2016 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Dec 06 00:34:01 2016 -0700 |
tree | 06ba5a114ede7396d11e1ae81db61a129feee3ae | |
parent | 5c81cc1181ed7ae7d04b77ee23c6daddce6839af [diff] | |
parent | 13c59b64ca59d4bc340430ea6e2978a631428e43 [diff] |
Merge 13c59b64ca59d4bc340430ea6e2978a631428e43 on remote branch Change-Id: I0d3b2c20c0bec5e55e1127a34bf19a765abee483
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