commit | 3568004cba740a466bd9731a4bb5c8a1475e6d2d | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Mar 29 23:58:31 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 29 23:58:31 2016 +0000 |
tree | 289d213b82f4e87dc012078748d25b6f9a100251 | |
parent | 5d73735552b3eca103830bd1433ce4b74b54b2b3 [diff] | |
parent | 1c95c97e5586570b40277a6cb36d97c7cd75ffe3 [diff] |
Merge "Add string for Installing_security_update"
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