commit | a8e793b9d421a8ccfc94801dfc19297339fd7789 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Apr 28 02:43:31 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 02:43:31 2016 +0000 |
tree | b2ec48d671cd4afd7ce1a5d0409c0d05b4dd8848 | |
parent | 43a4bb0ba05f9b259609b4f9d4c9f101c43ee0da [diff] | |
parent | 1dc396f8f4bcadca3c39ea9f4025d669564f171b [diff] |
Merge "Improve the layout-related comments." into nyc-dev am: 343eb72 am: 1dc396f * commit '1dc396f8f4bcadca3c39ea9f4025d669564f171b': Improve the layout-related comments. Change-Id: I900676d63fdb55957de1d6a798c1530f2d2e0f12
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