commit | 461ed46ccf68c0f52992667c26a1410c1762f94b | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Thu Jun 23 21:00:44 2016 -0700 |
committer | The Android Automerger <android-build@google.com> | Thu Jun 23 21:00:44 2016 -0700 |
tree | 590b35ad3b195c22e9b630733c9e821e2b437e37 | |
parent | c37c5c3410b1cae1d62e344b9b5db6d191db6235 [diff] | |
parent | 50f3cb4d46c6635daacbf21be92fd6d7d4f540f2 [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