commit | e07faa4ffdffa6b92363b6679b48e1594205d1bb | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Thu Mar 24 09:59:01 2016 -0700 |
committer | The Android Automerger <android-build@google.com> | Thu Mar 24 09:59:01 2016 -0700 |
tree | 8a9ea435c4b942402a00e6cc6719aa5dac8362ac | |
parent | adca29794376e4936824b60aeaa53b285962ee05 [diff] | |
parent | a3ca8ee46f53b655af6c563285aa32a75206c305 [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