commit | 1dc396f8f4bcadca3c39ea9f4025d669564f171b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 02:40:39 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 02:40:39 2016 +0000 |
tree | b2ec48d671cd4afd7ce1a5d0409c0d05b4dd8848 | |
parent | e890e194d7861307722a39b8689894ce600be2cb [diff] | |
parent | 343eb722ddd0146e5c752419b3ff9537cfa2d31d [diff] |
Merge "Improve the layout-related comments." into nyc-dev am: 343eb72 * commit '343eb722ddd0146e5c752419b3ff9537cfa2d31d': Improve the layout-related comments. Change-Id: Ib4ff24016ae056a61e755cd953739418035cd8e9
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