commit | 5823dd46df9667c43e8fc3f5ff79987b7432da3f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 02 17:38:17 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 02 17:38:17 2016 +0000 |
tree | 68f290826eddfe661871617006b7a1b18a8b58a8 | |
parent | 568700189528c69a6cdd7a246127ce01463e033d [diff] | |
parent | 35926c4b89f9dc51f3e55ef03a61e4da6dcb34be [diff] |
Merge "Add ability to show "installing security update"" into 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