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