commit | a369104971a518c1f6ec5356f93c1a5f9548c833 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 27 17:40:11 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Apr 27 17:40:11 2016 -0700 |
tree | 3c9a9b0eeb2c14b7e3b0acf01fa088a241197b37 | |
parent | 2f1eedded83eea1956ee8b4d391000584588f094 [diff] |
Improve the layout-related comments. Bug: http://b/26548285 Change-Id: I20ae75c4ec2dc64b982a047dba498ebda029c90d
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