commit | 343eb722ddd0146e5c752419b3ff9537cfa2d31d | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Apr 28 02:36:12 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 28 02:36:12 2016 +0000 |
tree | 73513c3e5c82ab9be1a82bcb9a310e90ede9e42e | |
parent | eeca191f383d1fda6b1153cf4f443cafff7d7328 [diff] | |
parent | a369104971a518c1f6ec5356f93c1a5f9548c833 [diff] |
Merge "Improve the layout-related comments." into nyc-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