commit | 436e05b5400b2bb9ee1b4fb030709be24108b8a6 | [log] [tgz] |
---|---|---|
author | gitbuildkicker <android-build@google.com> | Sun Aug 21 17:01:01 2016 -0700 |
committer | gitbuildkicker <android-build@google.com> | Sun Aug 21 17:01:01 2016 -0700 |
tree | 765f3450ecba5ba4f7c08fd2638a71cf536365d4 | |
parent | 62ab2a0fbcbf1da5ae671e7b87143e65ad8616ae [diff] | |
parent | d246a4aa755bb178274944b61833647ed61eaa7c [diff] |
merge in nyc-dr1-release history after reset to nyc-dr1-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