commit | 6c081d1a5ebc4e9e8ab9450af1862254043bd2fe | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Sun Feb 07 00:00:43 2016 -0800 |
committer | The Android Automerger <android-build@google.com> | Sun Feb 07 00:00:43 2016 -0800 |
tree | a3afdd888cb91cb4587e1230e0a8638bdb1a912f | |
parent | ca78c9f035569b323b537f9300ded8f92bce485f [diff] | |
parent | d47df748fc18a048f2adafcb77a80b520251ec23 [diff] |
merge in nyc-release history after reset to master
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