commit | 1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Mar 28 16:11:50 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Mar 28 18:16:15 2016 -0700 |
tree | 9b2f42217de7845060aa978257a850bfaf9da347 | |
parent | cc79490fa83fe2dea6cbcd219751d346645ca7ec [diff] |
Add string for Installing_security_update Bug: 27837319 Change-Id: I037158697a294c3e03f186f3b4207ea700321a8a
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