commit | ef5c4011269d1761334c0f68cc2498e35e81aedc | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Wed Feb 24 00:00:40 2016 -0800 |
committer | The Android Automerger <android-build@google.com> | Wed Feb 24 00:00:40 2016 -0800 |
tree | f7642ffd1e4c8b68ad56942516e336cd88477a53 | |
parent | 0757a093c187b64867a9ca7c97b80d9aa7d665cf [diff] | |
parent | 14b04449e6188742dffce58873f3eab640459d56 [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