commit | fcbd6ea2ca46a7bde5eaa759c4b7733387a74942 | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Thu May 19 00:02:25 2016 -0700 |
committer | The Android Automerger <android-build@google.com> | Thu May 19 00:02:25 2016 -0700 |
tree | 9d62a7c64f5e383021178dfefaad5163d2decf26 | |
parent | dd874b1c87eb04f28db0db2629df0adde568a74c [diff] | |
parent | 4202414e24a1cefdb0c64dad953be636c61bc85f [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