commit | 4f0eb3e23a8f13d782a79bf76f95869d403b46e5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Feb 10 11:46:57 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Wed Feb 10 11:46:57 2016 -0800 |
tree | 1a14d63ad6963d8987195f1e308a06361cd6e361 | |
parent | bca162a98b8e3ccb8400d41c05b80bc1fe847451 [diff] | |
parent | 704320650308bcdf43580b46aeba3af35c4ec92d [diff] |
resolve merge conflicts of 7043206503 to nyc-dev-plus-aosp. Change-Id: I2c34d9428a1ce15fc625865aa4d5b6e02b796591
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