commit | b024d26deb21e1fff2f5f3b20b336d79b5c9d9bd | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Sun Apr 24 00:02:40 2016 -0700 |
committer | The Android Automerger <android-build@google.com> | Sun Apr 24 00:02:40 2016 -0700 |
tree | 27bcbef3bfc08254e4cbe5214d1b5fff3f5e25b0 | |
parent | 34ca0892f4ae440becbe8097e7b68cd5a6d494d3 [diff] | |
parent | 2c7b6f20b9b9abfd541cbc4cb781a60e235608e1 [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