commit | b652b3a7524026004b7f2a89b72d6933229e70fa | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Thu Mar 10 00:00:36 2016 -0800 |
committer | The Android Automerger <android-build@google.com> | Thu Mar 10 00:00:36 2016 -0800 |
tree | 9f7e07128f339f3a8fbed3cb4c49ce499be60c99 | |
parent | 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d [diff] | |
parent | fae0af547ec437da2a34ca135ca1395839b8a4fd [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