commit | 3cff59722fd1a360bd50537b1f5787dafaf50d40 | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Sun Mar 13 00:00:41 2016 -0800 |
committer | The Android Automerger <android-build@google.com> | Sun Mar 13 00:00:41 2016 -0800 |
tree | 614e2946ba8b7587d04e0989ce18eef78f7f8fe1 | |
parent | 761653a4ad1c392fcd505e8909661fd64f02ce97 [diff] | |
parent | b652b3a7524026004b7f2a89b72d6933229e70fa [diff] |
merge in nyc-release history after reset to 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