commit | a7f7e7093ea67c3ddda03f52edb440c780d69b0d | [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 | 232ce1178e8c9a0ed2c3117fcd54e9a8cf087cc8 | |
parent | d57691e094ad6760864fba19fbbeb3805391b950 [diff] | |
parent | 343eb722ddd0146e5c752419b3ff9537cfa2d31d [diff] |
Merge "Improve the layout-related comments." into nyc-dev am: 343eb72 * commit '343eb722ddd0146e5c752419b3ff9537cfa2d31d': Improve the layout-related comments. Change-Id: Ia765c16883d92c6a00846413e8ada372952e8cbf
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